Files
evolution/ui/evolution-comp-editor.xml
Michael Meeks 1b16221c59 for all separators, add a unique (per xml file) name to each separator, so
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
2002-01-16 15:36:23 +00:00

84 lines
2.0 KiB
XML

<Root>
<commands>
<cmd name="FilePrint" _label="Print..."
_tip="Print this item"/>
<cmd name="FilePrintPreview" _label="Print Pre_view"
_tip="Preview the printed item"/>
<cmd name="FileSave" _label="Save"
_tip="Save the item and close the dialog box"
accel="*Control*s"/>
<cmd name="FileSaveAndClose" _label="Save and Close"
_tip="Save the item and close the dialog box"
accel="*Control*Return"/>
<cmd name="FileSaveAs" _label="Save As..."
_tip="Save this item to disk"
accel="*Control*Alt*s"/>
<cmd name="FileDelete" _label="Delete"
_tip="Delete this item"/>
<cmd name="FileClose" _label="C_lose"
_tip="Close this item"
pixtype="stock" pixname="Close" accel="*Control*w"/>
</commands>
<menu>
<submenu name="File" _label="_File">
<menuitem name="FileSave" verb="" pixtype="pixbuf"/>
<menuitem name="FileSaveAndClose" verb="" pixtype="pixbuf"/>
<menuitem name="FileSaveAs" verb="" pixtype="pixbuf"/>
<separator f="" name="ecompedit1"/>
<menuitem name="FileDelete" verb="" pixtype="pixbuf"/>
<separator f="" name="ecompedit2"/>
<menuitem name="FilePrint" verb="" pixtype="pixbuf"/>
<menuitem name="FilePrintPreview" verb="" pixtype="pixbuf"/>
<separator f="" name="ecompedit3"/>
<menuitem name="FileClose" verb=""/>
</submenu>
<submenu name="Actions" _label="_Actions">
<placeholder name="Actions"/>
</submenu>
</menu>
<dockitem name="Toolbar"relief="none" behavior="exclusive"
_tip="Main toolbar" hlook="text" vlook="icon">
<toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1" pixtype="pixbuf"/>
<separator f="" name="ecompedit1"/>
<toolitem name="FilePrint" verb="" _label="Print" priority="1" pixtype="pixbuf"/>
<separator f="" name="ecompedit2"/>
<toolitem name="FileDelete" verb="" _label="Delete" priority="1" pixtype="pixbuf"/>
<toolitem name="FileClose" verb="" _label="Close" priority="1"/>
</dockitem>
</Root>