diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2007-02-12 19:46:51 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2007-02-12 19:46:51 +0800 |
commit | 3a0ad1931363ec1bc8c13bc715c14850accac71c (patch) | |
tree | 9add25496044164d0368fbeeeb4360aa35fcea95 /addressbook/gui/contact-editor | |
parent | f55286b1fad64952cdf46b0cfcc6c84ad62e3ce1 (diff) | |
download | gsoc2013-evolution-3a0ad1931363ec1bc8c13bc715c14850accac71c.tar.gz gsoc2013-evolution-3a0ad1931363ec1bc8c13bc715c14850accac71c.tar.zst gsoc2013-evolution-3a0ad1931363ec1bc8c13bc715c14850accac71c.zip |
Fix critical warnings from typos in the glade file. Closes bug #397893.
2007-02-12 Kjartan Maraas <kmaraas@gnome.org>
* gui/contact-editor/contact-editor.glade: Fix critical warnings
from typos in the glade file. Closes bug #397893. Patch
from Wang Xin.
svn path=/trunk/; revision=33207
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index 3d01bf4ea9..57cf9ee41a 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -3468,7 +3468,7 @@ <property name="column_spacing">6</property> <child> - <widget class="GtkLabel" id="label-work-country"> + <widget class="GtkLabel" id="label-work-zip"> <property name="visible">True</property> <property name="label" translatable="yes">_Zip/Postal Code:</property> <property name="use_underline">True</property> @@ -3590,7 +3590,7 @@ </child> <child> - <widget class="GtkLabel" id="label-work-country"> + <widget class="GtkLabel" id="label-work-city"> <property name="visible">True</property> <property name="label" translatable="yes">_City:</property> <property name="use_underline">True</property> @@ -3787,7 +3787,7 @@ </child> <child> - <widget class="GtkLabel" id="label472"> + <widget class="GtkLabel" id="label-work-country"> <property name="visible">True</property> <property name="label" translatable="yes">_Country:</property> <property name="use_underline">True</property> |