diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | libempathy-gtk/empathy-main-window.glade | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-10-25 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-main-window.glade: Remove "..." from the + "Manage Favorites..." menu item. Fixes bug #490086 (Michael Monreal). + +2007-10-25 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-images.h: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-chat.glade: diff --git a/libempathy-gtk/empathy-main-window.glade b/libempathy-gtk/empathy-main-window.glade index 1d6a38ff0..e8f2ea740 100644 --- a/libempathy-gtk/empathy-main-window.glade +++ b/libempathy-gtk/empathy-main-window.glade @@ -291,7 +291,7 @@ <child> <widget class="GtkImageMenuItem" id="room_manage_favorites"> <property name="visible">True</property> - <property name="label" translatable="yes">Manage Favorites...</property> + <property name="label" translatable="yes">Manage Favorites</property> <property name="use_underline">True</property> <child internal-child="image"> |