diff options
Diffstat (limited to 'libempathy-gtk/empathy-main-window.glade')
-rw-r--r-- | libempathy-gtk/empathy-main-window.glade | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/libempathy-gtk/empathy-main-window.glade b/libempathy-gtk/empathy-main-window.glade index 02f69a38d..5ac2187b5 100644 --- a/libempathy-gtk/empathy-main-window.glade +++ b/libempathy-gtk/empathy-main-window.glade @@ -89,16 +89,10 @@ <child> <widget class="GtkImageMenuItem" id="chat_quit"> <property name="visible">True</property> - <property name="label" translatable="yes">_Quit</property> + <property name="label" translatable="yes">gtk-quit</property> <property name="use_underline">True</property> + <property name="use_stock">True</property> <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/> - <child internal-child="image"> - <widget class="GtkImage" id="image888"> - <property name="visible">True</property> - <property name="stock">gtk-quit</property> - <property name="icon_size">1</property> - </widget> - </child> </widget> </child> </widget> @@ -244,15 +238,9 @@ <child> <widget class="GtkImageMenuItem" id="help_about"> <property name="visible">True</property> - <property name="label" translatable="yes">_About</property> + <property name="label" translatable="yes">gtk-about</property> <property name="use_underline">True</property> - <child internal-child="image"> - <widget class="GtkImage" id="image893"> - <property name="visible">True</property> - <property name="stock">gtk-about</property> - <property name="icon_size">1</property> - </widget> - </child> + <property name="use_stock">True</property> </widget> </child> </widget> |