2002-01-15 Michael Meeks <michael@ximian.com> * *.xml: for all separators, add a unique (per xml file) name to each separator, so we don't get them conflicting across merges and messing with the order; then give them a dummy attr f="" to stop them being transparent, hmm. svn path=/trunk/; revision=15338
42 lines
1.0 KiB
XML
42 lines
1.0 KiB
XML
<Root>
|
|
|
|
<commands>
|
|
<cmd name="PrintMyEvolution" _label="Print" _tip="Print Summary"
|
|
pixtype="stock" pixname="Print"/>
|
|
|
|
<cmd name="ToolsSettings"
|
|
_tip="Change the settings for the summary"
|
|
pixtype="pixbuf"/>
|
|
|
|
<cmd name="Reload" _label="Reload" _tip="Reload the view"
|
|
pixtype="stock" pixname="Refresh"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
<placeholder name="Print">
|
|
<menuitem name="Print" verb="PrintMyEvolution"
|
|
_label="_Print..." _tip="Print summary"
|
|
accel="*Control*p" pixtype="pixbuf"/>
|
|
</placeholder>
|
|
</submenu>
|
|
|
|
<submenu name="Tools" _label="_Tools">
|
|
<placeholder name="ComponentPlaceholder">
|
|
<menuitem name="ToolsSettings" verb=""
|
|
_label="_Summary Settings..."/>
|
|
<separator f="" name="myevo"/>
|
|
</placeholder>
|
|
</submenu>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
|
|
<toolitem name="PrintMyEvolution" verb="PrintMyEvolution"
|
|
_label="Print" pixtype="pixbuf" priority="1"/>
|
|
|
|
<toolitem name="Reload" verb="Reload"
|
|
_label="Reload" priority="1"/>
|
|
</dockitem>
|
|
</Root>
|