Expand 'state' field in contact editor to the same length
authorArt Cancro <ajc@citadel.org>
Tue, 10 Apr 2007 01:50:43 +0000 (01:50 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 10 Apr 2007 01:50:43 +0000 (01:50 +0000)
as the other fields.

webcit/vcard_edit.c

index 09f5df8a70cc5b0020f4a2a618b6734e810279a8..9a8f6d837be8681b8aad92f3d3e334e12d09879c 100644 (file)
@@ -266,7 +266,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
        wprintf(_("State:"));
        wprintf("</td><td>"
                "<input type=\"text\" name=\"state\" "
-               "value=\"%s\" maxlength=\"2\"></td></tr>\n",
+               "value=\"%s\" maxlength=\"29\"></td></tr>\n",
                state);
        wprintf("<tr><td>");
        wprintf(_("ZIP code:"));