]> git.0d.be Git - empathy.git/commitdiff
Set window title to "Previous Conversations". Fixes bug #490075 (Michael
authorXavier Claessens <xclaesse@gmail.com>
Thu, 25 Oct 2007 10:05:02 +0000 (10:05 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 25 Oct 2007 10:05:02 +0000 (10:05 +0000)
2007-10-25  Xavier Claessens  <xclaesse@gmail.com>

* libempathy-gtk/empathy-log-window.glade: Set window title to
"Previous Conversations". Fixes bug #490075 (Michael Monreal).

svn path=/trunk/; revision=393

ChangeLog
libempathy-gtk/empathy-log-window.glade

index 5a8663f3b1e63fba4f5cca8438f1e4904c3a52d2..40b3a3f9fcf4e40b0932ea2fd041253e9fd9d43b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-25  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-log-window.glade: Set window title to
+       "Previous Conversations". Fixes bug #490075 (Michael Monreal).
+
 2007-10-24  Xavier Claessens  <xclaesse@gmail.com>
 
        * libempathy-gtk/empathy-account-chooser.c:
index 4309a35447ac3801b90498a17770f7c45d140b0c..fc6d4de071ada030b866acf1cc9f30c27be6802a 100644 (file)
@@ -4,7 +4,7 @@
 <glade-interface>
 
 <widget class="GtkWindow" id="log_window">
-  <property name="title" translatable="yes">View Previous Conversations</property>
+  <property name="title" translatable="yes">Previous Conversations</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>