diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-07-25 13:01:14 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-07-25 13:01:14 +0800 |
commit | dc8f46a129b6f0d4c8a51aa05740efa9eb18e7ae (patch) | |
tree | 87f7af8dc5c9359ed9556a90b8b42ce533c5a570 | |
parent | 113f3730daef9e8175db42e21ace56a81bd7f237 (diff) | |
download | gsoc2013-evolution-dc8f46a129b6f0d4c8a51aa05740efa9eb18e7ae.tar gsoc2013-evolution-dc8f46a129b6f0d4c8a51aa05740efa9eb18e7ae.tar.gz gsoc2013-evolution-dc8f46a129b6f0d4c8a51aa05740efa9eb18e7ae.tar.bz2 gsoc2013-evolution-dc8f46a129b6f0d4c8a51aa05740efa9eb18e7ae.tar.lz gsoc2013-evolution-dc8f46a129b6f0d4c8a51aa05740efa9eb18e7ae.tar.xz gsoc2013-evolution-dc8f46a129b6f0d4c8a51aa05740efa9eb18e7ae.tar.zst gsoc2013-evolution-dc8f46a129b6f0d4c8a51aa05740efa9eb18e7ae.zip |
Added Shortcut for Save Draft -(Ctrl+Shift+S) and a toolbar button for the
2005-07-25 Srinivasa Ragavan <sragavan@novell.com>
* evolution-message-composer.xml: Added Shortcut for Save Draft
-(Ctrl+Shift+S) and a toolbar button for the same.
Fixes #219242. Commiting Devashish Sharma's patch
svn path=/trunk/; revision=29871
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 7 |
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"/> |