diff options
author | JP Rosevear <jpr@novell.com> | 2004-09-13 02:54:15 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-09-13 02:54:15 +0800 |
commit | 5d1e28c133d9509b8a35dad367d0b9c4354e5fe6 (patch) | |
tree | f7a4012922be573ea8b19ba2075fd5028ebb01f7 /addressbook/gui | |
parent | c36a319b7e61e1fc61896d1ee95261ced4f00aba (diff) | |
download | gsoc2013-evolution-5d1e28c133d9509b8a35dad367d0b9c4354e5fe6.tar.gz gsoc2013-evolution-5d1e28c133d9509b8a35dad367d0b9c4354e5fe6.tar.zst gsoc2013-evolution-5d1e28c133d9509b8a35dad367d0b9c4354e5fe6.zip |
Fixes #63191
2004-09-03 JP Rosevear <jpr@novell.com>
Fixes #63191
* gui/contact-list-editor/contact-list-editor.glade: set the title
properly
svn path=/trunk/; revision=27221
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.glade b/addressbook/gui/contact-list-editor/contact-list-editor.glade index 3f6953cbf4..30760f6108 100644 --- a/addressbook/gui/contact-list-editor/contact-list-editor.glade +++ b/addressbook/gui/contact-list-editor/contact-list-editor.glade @@ -5,7 +5,7 @@ <widget class="GtkDialog" id="contact list editor"> <property name="visible">True</property> - <property name="title" translatable="yes">dialog1</property> + <property name="title" translatable="yes">Contact List Editor</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> |