From c5da20f12af7f8f7eee6bfa7f0924a244911e860 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Mon, 14 Mar 2005 18:39:13 +0000 Subject: [PATCH] remove the Help menu in order to be able to have the roster window less large --- plugins/gtkgui/gtkgui.glade | 75 +++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 41 deletions(-) diff --git a/plugins/gtkgui/gtkgui.glade b/plugins/gtkgui/gtkgui.glade index adc8e9eaec..090c815cd3 100644 --- a/plugins/gtkgui/gtkgui.glade +++ b/plugins/gtkgui/gtkgui.glade @@ -48,7 +48,7 @@ <property name="use_underline">True</property> <child internal-child="image"> - <widget class="GtkImage" id="image448"> + <widget class="GtkImage" id="image464"> <property name="visible">True</property> <property name="stock">gtk-new</property> <property name="icon_size">1</property> @@ -68,7 +68,7 @@ <property name="use_underline">True</property> <child internal-child="image"> - <widget class="GtkImage" id="image449"> + <widget class="GtkImage" id="image465"> <property name="visible">True</property> <property name="stock">gtk-connect</property> <property name="icon_size">1</property> @@ -94,7 +94,7 @@ <property name="use_underline">True</property> <child internal-child="image"> - <widget class="GtkImage" id="image450"> + <widget class="GtkImage" id="image466"> <property name="visible">True</property> <property name="stock">gtk-add</property> <property name="icon_size">1</property> @@ -124,6 +124,33 @@ </widget> </child> + <child> + <widget class="GtkImageMenuItem" id="about_menuitem"> + <property name="visible">True</property> + <property name="label" translatable="yes">_About</property> + <property name="use_underline">True</property> + <signal name="activate" handler="on_about_menuitem_activate" last_modification_time="Tue, 01 Mar 2005 22:56:45 GMT"/> + + <child internal-child="image"> + <widget class="GtkImage" id="image467"> + <property name="visible">True</property> + <property name="stock">gtk-about</property> + <property name="icon_size">1</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + </child> + </widget> + </child> + + <child> + <widget class="GtkSeparatorMenuItem" id="separator3"> + <property name="visible">True</property> + </widget> + </child> + <child> <widget class="GtkImageMenuItem" id="quit_menuitem"> <property name="visible">True</property> @@ -133,7 +160,7 @@ <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> - <widget class="GtkImage" id="image451"> + <widget class="GtkImage" id="image468"> <property name="visible">True</property> <property name="stock">gtk-quit</property> <property name="icon_size">1</property> @@ -168,7 +195,7 @@ <accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> - <widget class="GtkImage" id="image452"> + <widget class="GtkImage" id="image469"> <property name="visible">True</property> <property name="stock">gtk-select-color</property> <property name="icon_size">1</property> @@ -188,7 +215,7 @@ <property name="use_underline">True</property> <child internal-child="image"> - <widget class="GtkImage" id="image453"> + <widget class="GtkImage" id="image470"> <property name="visible">True</property> <property name="stock">gtk-find</property> <property name="icon_size">1</property> @@ -216,7 +243,7 @@ <accelerator key="P" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> - <widget class="GtkImage" id="image454"> + <widget class="GtkImage" id="image471"> <property name="visible">True</property> <property name="stock">gtk-preferences</property> <property name="icon_size">1</property> @@ -232,40 +259,6 @@ </child> </widget> </child> - - <child> - <widget class="GtkMenuItem" id="help_menu"> - <property name="visible">True</property> - <property name="label" translatable="yes">_Help</property> - <property name="use_underline">True</property> - - <child> - <widget class="GtkMenu" id="help_menu_menu"> - - <child> - <widget class="GtkImageMenuItem" id="about_menuitem"> - <property name="visible">True</property> - <property name="label" translatable="yes">_About</property> - <property name="use_underline">True</property> - <signal name="activate" handler="on_about_menuitem_activate" last_modification_time="Tue, 01 Mar 2005 22:56:45 GMT"/> - - <child internal-child="image"> - <widget class="GtkImage" id="image455"> - <property name="visible">True</property> - <property name="stock">gtk-about</property> - <property name="icon_size">1</property> - <property name="xalign">0.5</property> - <property name="yalign">0.5</property> - <property name="xpad">0</property> - <property name="ypad">0</property> - </widget> - </child> - </widget> - </child> - </widget> - </child> - </widget> - </child> </widget> <packing> <property name="padding">0</property> -- GitLab