aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-08-17 04:58:02 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-08-17 04:58:02 +0800
commit7eceec1f374ff36907df4e1f61a994170f9d1724 (patch)
tree4f6f3c48d525be5190eb6e5c86f860b8bedd25f5
parenta260eb956d54acdeb57b69d5b2d610c97217509c (diff)
downloadgsoc2013-evolution-7eceec1f374ff36907df4e1f61a994170f9d1724.tar
gsoc2013-evolution-7eceec1f374ff36907df4e1f61a994170f9d1724.tar.gz
gsoc2013-evolution-7eceec1f374ff36907df4e1f61a994170f9d1724.tar.bz2
gsoc2013-evolution-7eceec1f374ff36907df4e1f61a994170f9d1724.tar.lz
gsoc2013-evolution-7eceec1f374ff36907df4e1f61a994170f9d1724.tar.xz
gsoc2013-evolution-7eceec1f374ff36907df4e1f61a994170f9d1724.tar.zst
gsoc2013-evolution-7eceec1f374ff36907df4e1f61a994170f9d1724.zip
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
-rw-r--r--ui/ChangeLog2
-rw-r--r--ui/evolution-comp-editor.xml12
2 files changed, 11 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index f9b2d2240e..a2e3784f63 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -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
diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml
index 17c7910749..011f0418b5 100644
--- a/ui/evolution-comp-editor.xml
+++ b/ui/evolution-comp-editor.xml
@@ -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=""/>