aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-08-07 05:26:00 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-08-07 05:26:00 +0800
commit57acf434c3ac37946f2a2d249eafd02a0130d75d (patch)
tree5b6408fd1f55c6e6f4102f25f20d02b354ab82a6
parent1f1d6e7d226a3ab6d9af7ff9aae00b1b7d802394 (diff)
downloadgsoc2013-empathy-57acf434c3ac37946f2a2d249eafd02a0130d75d.tar
gsoc2013-empathy-57acf434c3ac37946f2a2d249eafd02a0130d75d.tar.gz
gsoc2013-empathy-57acf434c3ac37946f2a2d249eafd02a0130d75d.tar.bz2
gsoc2013-empathy-57acf434c3ac37946f2a2d249eafd02a0130d75d.tar.lz
gsoc2013-empathy-57acf434c3ac37946f2a2d249eafd02a0130d75d.tar.xz
gsoc2013-empathy-57acf434c3ac37946f2a2d249eafd02a0130d75d.tar.zst
gsoc2013-empathy-57acf434c3ac37946f2a2d249eafd02a0130d75d.zip
Change main window's title to "Contact list".
2007-08-06 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.glade: Change main window's title to "Contact list". svn path=/trunk/; revision=233
-rw-r--r--ChangeLog5
-rw-r--r--libempathy-gtk/empathy-main-window.glade2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b62144334..77595f7f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-08-06 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/empathy-main-window.glade: Change main window's title
+ to "Contact list".
+
+2007-08-06 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy/empathy-tp-chat.c: Don't forget to reverse the glist of
pending messages.
diff --git a/libempathy-gtk/empathy-main-window.glade b/libempathy-gtk/empathy-main-window.glade
index 41e5d61ae..89c42abfe 100644
--- a/libempathy-gtk/empathy-main-window.glade
+++ b/libempathy-gtk/empathy-main-window.glade
@@ -4,7 +4,7 @@
<glade-interface>
<widget class="GtkWindow" id="main_window">
- <property name="title" translatable="yes">Contact List - Empathy</property>
+ <property name="title" translatable="yes">Contact list</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>