Use stock menu item for the about menu. TODO : convert the other menu items where applicable too.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@557 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
61ecc768bd
commit
ec1f2f3113
|
@ -1598,10 +1598,11 @@
|
|||
<child>
|
||||
<widget class="GtkMenu" id="HelpMenu_menu">
|
||||
<child>
|
||||
<widget class="GtkMenuItem" id="HelpAbout">
|
||||
<widget class="GtkImageMenuItem" id="HelpAbout">
|
||||
<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_stock">True</property>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in New Issue