2001-08-20 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: control-return for save and close svn path=/trunk/; revision=12320
84 lines
1.9 KiB
XML
84 lines
1.9 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/>
|
|
|
|
<menuitem name="FileDelete" verb="" pixtype="pixbuf"/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="FilePrint" verb="" pixtype="pixbuf"/>
|
|
|
|
<menuitem name="FilePrintPreview" verb="" pixtype="pixbuf"/>
|
|
|
|
<separator/>
|
|
|
|
<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/>
|
|
|
|
<toolitem name="FilePrint" verb="" _label="Print" priority="1" pixtype="pixbuf"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="FileDelete" verb="" _label="Delete" priority="1" pixtype="pixbuf"/>
|
|
|
|
<toolitem name="FileClose" verb="" _label="Close" priority="1"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|