From a14c4ce671655f128ec338f3ac8eef67d4206dd1 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 10 Apr 2007 01:50:43 +0000 Subject: [PATCH] Expand 'state' field in contact editor to the same length as the other fields. --- webcit/vcard_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index 09f5df8a7..9a8f6d837 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -266,7 +266,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) { wprintf(_("State:")); wprintf("" "\n", + "value=\"%s\" maxlength=\"29\">\n", state); wprintf(""); wprintf(_("ZIP code:")); -- 2.39.2