diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-04-27 05:47:51 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-04-27 05:47:51 +0800 |
commit | d24747d1b54305bbad38b0845e3d05a5401ed781 (patch) | |
tree | 96ee557267223b9ddc304201ab98ced5b1fc3886 /addressbook/contact-editor/e-contact-editor-strings.h | |
parent | 2a6a191e0501a677fbac59304b6bc375e221e3ec (diff) | |
download | gsoc2013-evolution-d24747d1b54305bbad38b0845e3d05a5401ed781.tar gsoc2013-evolution-d24747d1b54305bbad38b0845e3d05a5401ed781.tar.gz gsoc2013-evolution-d24747d1b54305bbad38b0845e3d05a5401ed781.tar.bz2 gsoc2013-evolution-d24747d1b54305bbad38b0845e3d05a5401ed781.tar.lz gsoc2013-evolution-d24747d1b54305bbad38b0845e3d05a5401ed781.tar.xz gsoc2013-evolution-d24747d1b54305bbad38b0845e3d05a5401ed781.tar.zst gsoc2013-evolution-d24747d1b54305bbad38b0845e3d05a5401ed781.zip |
Added an address label field.
2000-04-26 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/e-card-types.h, backend/ebook/e-card.c,
backend/ebook/e-card.h: Added an address label field.
* contact-editor/contact-editor.glade,
contact-editor/e-contact-editor-strings.h: Got rid of some unused
fields.
* contact-editor/e-contact-editor.c,
contact-editor/e-contact-editor.h: Added the address label field.
Load only. Editing these fields seems to mess things up.
svn path=/trunk/; revision=2646
Diffstat (limited to 'addressbook/contact-editor/e-contact-editor-strings.h')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor-strings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/contact-editor/e-contact-editor-strings.h b/addressbook/contact-editor/e-contact-editor-strings.h index 28fce326e1..7f0a8a83f1 100644 --- a/addressbook/contact-editor/e-contact-editor-strings.h +++ b/addressbook/contact-editor/e-contact-editor-strings.h @@ -15,8 +15,6 @@ gchar *s = N_("Job Title:"); gchar *s = N_("Company:"); gchar *s = N_("File As:"); gchar *s = N_("Web page address:"); -gchar *s = N_("Contacts..."); -gchar *s = N_("Categories..."); gchar *s = N_("This is the mailing address"); gchar *s = N_("A_ddress..."); gchar *s = N_("Business"); |