diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-13 14:07:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-13 14:07:02 +0800 |
commit | 48c3fc57227ee11efeb3e232ec3ae180520c0aeb (patch) | |
tree | e75c0cd1ca6d3970a36dfefb87eb038aab4c3544 /addressbook/contact-editor | |
parent | b36981e4d5421120462f642146ca45845d0e164c (diff) | |
download | gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.gz gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.bz2 gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.lz gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.xz gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.tar.zst gsoc2013-evolution-48c3fc57227ee11efeb3e232ec3ae180520c0aeb.zip |
Fixed a typo in the name of the first phone entry.
2000-08-12 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/contact-editor.glade: Fixed a typo in the name of
the first phone entry.
svn path=/trunk/; revision=4799
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r-- | addressbook/contact-editor/contact-editor.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/contact-editor/contact-editor.glade b/addressbook/contact-editor/contact-editor.glade index 8ee51c6831..7c328a72ce 100644 --- a/addressbook/contact-editor/contact-editor.glade +++ b/addressbook/contact-editor/contact-editor.glade @@ -370,7 +370,7 @@ <widget> <class>GtkEntry</class> - <name>entry-phone1b</name> + <name>entry-phone1</name> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> |