Use stock menu item for the about menu. TODO : convert the other menu items where applicable too.

This commit is contained in:
bgk 2008-06-04 18:41:40 +00:00
parent 045889d4cd
commit 41b4431506
1 changed files with 3 additions and 2 deletions

View File

@ -1598,10 +1598,11 @@
<child> <child>
<widget class="GtkMenu" id="HelpMenu_menu"> <widget class="GtkMenu" id="HelpMenu_menu">
<child> <child>
<widget class="GtkMenuItem" id="HelpAbout"> <widget class="GtkImageMenuItem" id="HelpAbout">
<property name="visible">True</property> <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> <property name="use_underline">True</property>
<property name="use_stock">True</property>
</widget> </widget>
</child> </child>
</widget> </widget>