aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-message-composer.xml7
2 files changed, 11 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 03a4ab1017..fb9cd0670e 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-21 Devashish Sharma <sdevashish@novell.com>
+ * evolution-message-composer.xml: Added Shortcut for Save Draft
+ -(Ctrl+Shift+S) and a toolbar button for the same.
+ Fixes #219242
+
2005-07-21 Not Zed <NotZed@Ximian.com>
* evolution.xml: removed the useless tools menu.
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml
index 429429070d..551710e655 100644
--- a/ui/evolution-message-composer.xml
+++ b/ui/evolution-message-composer.xml
@@ -7,7 +7,11 @@
<cmd name="FileSave" _label="Save"
_tip="Save the current file" pixtype="stock" pixname="gtk-save"
accel="*Ctrl*s"/>
-
+
+ <cmd name="FileSaveDraft" _label="SaveDraft"
+ _tip="Save as draft" pixtype="pixbuf"
+ accel="*Ctrl**Shift*s"/>
+
<cmd name="FileSaveAs" _label="Save As"
_tip="Save the current file with a different name"
pixtype="stock" pixname="gtk-save-as"/>
@@ -147,6 +151,7 @@
<dockitem name="Toolbar" behavior="exclusive" look="system">
<toolitem name="FileSend" verb="" pixtype="pixbuf" priority="1"/>
+ <toolitem name="FileSaveDraft" verb="" pixtype="pixbuf" priority="1"/>
<toolitem name="FileAttach" verb="" pixtype="pixbuf" priority="1"/>
<separator f="" name="emailcomposer"/>