diff options
author | JP Rosevear <jpr@ximian.com> | 2004-04-15 22:41:20 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-04-15 22:41:20 +0800 |
commit | 4369b1128233d445950f1e44351006888262b029 (patch) | |
tree | 904c04144c0f5d359c0bffde5888f5245cc570dd | |
parent | 112ecf3dd9dd112289cb460c9a4e4e0b8f4cf5b3 (diff) | |
download | gsoc2013-evolution-4369b1128233d445950f1e44351006888262b029.tar.gz gsoc2013-evolution-4369b1128233d445950f1e44351006888262b029.tar.zst gsoc2013-evolution-4369b1128233d445950f1e44351006888262b029.zip |
remove "Save" only option
2004-04-15 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: remove "Save" only option
svn path=/trunk/; revision=25479
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-comp-editor.xml | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 033b125449..a1b2465137 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2004-04-15 JP Rosevear <jpr@ximian.com> + + * evolution-comp-editor.xml: remove "Save" only option + 2004-04-09 Dan Winship <danw@ximian.com> * evolution.xml: Update for "New" changes. Move "New Window" into diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml index db056b19c5..d794412eeb 100644 --- a/ui/evolution-comp-editor.xml +++ b/ui/evolution-comp-editor.xml @@ -10,11 +10,6 @@ _tip="Preview the printed item" stockid="gtk-print-preview"/> - <cmd name="FileSave" _label="_Save" - _tip="Save the item and close the dialog box" - accel="*Control*s" - stockid="gtk-save"/> - <cmd name="FileSaveAndClose" _label="Save and _Close" _tip="Save the item and close the dialog box" accel="*Control*Return" @@ -39,8 +34,6 @@ <submenu name="File" _label="_File"> - <menuitem name="FileSave" verb=""/> - <menuitem name="FileSaveAndClose" verb=""/> <menuitem name="FileSaveAs" verb=""/> |