gnome-control-center/control-center/gnomecc-ui.xml
Kjartan Maraas 17388eb9bb Add F1 as an accelerator for the Help menu. Patch by Mark Finlay. Closes
2004-01-17  Kjartan Maraas  <kmaraas@gnome.org>

	* gnomecc-ui.xml: Add F1 as an accelerator for the Help menu.
	Patch by Mark Finlay. Closes bug #94265.
2004-01-17 09:20:21 +00:00

19 lines
600 B
XML

<Root>
<commands>
<cmd name="FileClose" stockid="gtk-close"/>
<cmd name="HelpContent" _label="_Contents" _tip="Overview of the control center"
pixtype="stock" pixname="Help" accel="F1"/>
<cmd name="HelpAbout" _label="_About" _tip="About this application"
pixtype="stock" pixname="About"/>
</commands>
<menu>
<submenu name="File" _label="_File">
<menuitem name="FileClose" verb=""/>
</submenu>
<submenu name="Help" _label="_Help">
<menuitem name="HelpContent" verb=""/>
<menuitem name="HelpAbout" verb=""/>
</submenu>
</menu>
</Root>