diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-12-23 20:31:03 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-12-23 20:31:03 +0800 |
commit | d612974d8a63254021e403b493b99c59706ac382 (patch) | |
tree | a792245872d873f4878c84cc71b0cac0063c7501 /addressbook/gui | |
parent | 39227fd57886f96d7afd795ae9b8588b6728ebba (diff) | |
download | gsoc2013-evolution-d612974d8a63254021e403b493b99c59706ac382.tar gsoc2013-evolution-d612974d8a63254021e403b493b99c59706ac382.tar.gz gsoc2013-evolution-d612974d8a63254021e403b493b99c59706ac382.tar.bz2 gsoc2013-evolution-d612974d8a63254021e403b493b99c59706ac382.tar.lz gsoc2013-evolution-d612974d8a63254021e403b493b99c59706ac382.tar.xz gsoc2013-evolution-d612974d8a63254021e403b493b99c59706ac382.tar.zst gsoc2013-evolution-d612974d8a63254021e403b493b99c59706ac382.zip |
Added Ms. and Miss to the prefix drop down box. Patch submitted by Martin
2000-12-23 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/fullname-strings.h,
contact-editor/fullname.glade: Added Ms. and Miss to the prefix
drop down box. Patch submitted by Martin Hicks <mort@bork.org>.
svn path=/trunk/; revision=7144
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/fullname-strings.h | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/fullname.glade | 2 |
2 files changed, 4 insertions, 0 deletions
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 @@ <items> Mr. Mrs. +Ms. +Miss Dr. </items> <child> |