add save menu item

2001-08-16  JP Rosevear  <jpr@ximian.com>

	* evolution-comp-editor.xml: add save menu item

svn path=/trunk/; revision=12125
This commit is contained in:
JP Rosevear
2001-08-16 20:58:02 +00:00
committed by JP Rosevear
parent a260eb956d
commit 7eceec1f37
2 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2001-08-16 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: add save menu item
* evolution-task-editor.xml: rename menu item to Assign Task and
tidy

View File

@ -11,8 +11,12 @@
<cmd name="FilePrintSetup" _label="Print S_etup"
_tip="Setup the page settings for your current printer"/>
<cmd name="FileSave" _label="Save"
_tip="Save the item and close the dialog box"
pixtype="stock" pixname="Save" accel="*Control*s"/>
<cmd name="FileSaveAndClose" _label="Save and Close"
_tip="Save the appointment and close the dialog box"
_tip="Save the item and close the dialog box"
pixtype="stock" pixname="Save" accel="*Control*s"/>
<cmd name="FileSaveAs" _label="Save As..."
@ -20,11 +24,11 @@
pixtype="stock" pixname="Save" accel="*Control*Alt*s"/>
<cmd name="FileDelete" _label="Delete"
_tip="Delete this appointment"
_tip="Delete this item"
pixtype="stock" pixname="Trash"/>
<cmd name="FileClose" _label="C_lose"
_tip="Close this appointment"
_tip="Close this item"
pixtype="stock" pixname="Close" accel="*Control*w"/>
</commands>
@ -33,6 +37,8 @@
<submenu name="File" _label="_File">
<menuitem name="FileSave" verb=""/>
<menuitem name="FileSaveAndClose" verb=""/>
<menuitem name="FileSaveAs" verb=""/>