From d612974d8a63254021e403b493b99c59706ac382 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 23 Dec 2000 12:31:03 +0000 Subject: Added Ms. and Miss to the prefix drop down box. Patch submitted by Martin 2000-12-23 Christopher James Lahey * contact-editor/fullname-strings.h, contact-editor/fullname.glade: Added Ms. and Miss to the prefix drop down box. Patch submitted by Martin Hicks . svn path=/trunk/; revision=7144 --- addressbook/ChangeLog | 6 ++++++ addressbook/contact-editor/fullname-strings.h | 2 ++ addressbook/contact-editor/fullname.glade | 2 ++ addressbook/gui/contact-editor/fullname-strings.h | 2 ++ addressbook/gui/contact-editor/fullname.glade | 2 ++ 5 files changed, 14 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b98699246b..74c74858bb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-12-23 Christopher James Lahey + + * contact-editor/fullname-strings.h, + contact-editor/fullname.glade: Added Ms. and Miss to the prefix + drop down box. Patch submitted by Martin Hicks . + 2000-12-21 JP Rosevear * conduit/address-conduit.c (cursor_cb): Ref the cards that get put diff --git a/addressbook/contact-editor/fullname-strings.h b/addressbook/contact-editor/fullname-strings.h index 4d4303270a..e2b7232af6 100644 --- a/addressbook/contact-editor/fullname-strings.h +++ b/addressbook/contact-editor/fullname-strings.h @@ -8,6 +8,8 @@ gchar *s = N_("Check Full Name"); gchar *s = N_("\n" "Mr.\n" "Mrs.\n" + "Ms.\n" + "Miss\n" "Dr.\n" ""); gchar *s = N_("\n" diff --git a/addressbook/contact-editor/fullname.glade b/addressbook/contact-editor/fullname.glade index f2dfa23834..b2d4a5d6a6 100644 --- a/addressbook/contact-editor/fullname.glade +++ b/addressbook/contact-editor/fullname.glade @@ -104,6 +104,8 @@ Mr. Mrs. +Ms. +Miss Dr. diff --git a/addressbook/gui/contact-editor/fullname-strings.h b/addressbook/gui/contact-editor/fullname-strings.h index 4d4303270a..e2b7232af6 100644 --- a/addressbook/gui/contact-editor/fullname-strings.h +++ b/addressbook/gui/contact-editor/fullname-strings.h @@ -8,6 +8,8 @@ gchar *s = N_("Check Full Name"); gchar *s = N_("\n" "Mr.\n" "Mrs.\n" + "Ms.\n" + "Miss\n" "Dr.\n" ""); gchar *s = N_("\n" diff --git a/addressbook/gui/contact-editor/fullname.glade b/addressbook/gui/contact-editor/fullname.glade index f2dfa23834..b2d4a5d6a6 100644 --- a/addressbook/gui/contact-editor/fullname.glade +++ b/addressbook/gui/contact-editor/fullname.glade @@ -104,6 +104,8 @@ Mr. Mrs. +Ms. +Miss Dr. -- cgit v1.2.3