aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-09-13 02:54:15 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-09-13 02:54:15 +0800
commit5d1e28c133d9509b8a35dad367d0b9c4354e5fe6 (patch)
treef7a4012922be573ea8b19ba2075fd5028ebb01f7 /addressbook/gui
parentc36a319b7e61e1fc61896d1ee95261ced4f00aba (diff)
downloadgsoc2013-evolution-5d1e28c133d9509b8a35dad367d0b9c4354e5fe6.tar
gsoc2013-evolution-5d1e28c133d9509b8a35dad367d0b9c4354e5fe6.tar.gz
gsoc2013-evolution-5d1e28c133d9509b8a35dad367d0b9c4354e5fe6.tar.bz2
gsoc2013-evolution-5d1e28c133d9509b8a35dad367d0b9c4354e5fe6.tar.lz
gsoc2013-evolution-5d1e28c133d9509b8a35dad367d0b9c4354e5fe6.tar.xz
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.glade2
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>