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 /ui/evolution-message-composer.xml | |
parent | 113f3730daef9e8175db42e21ace56a81bd7f237 (diff) | |
download | gsoc2013-evolution-dc8f46a129b6f0d4c8a51aa05740efa9eb18e7ae.tar.gz 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
Diffstat (limited to 'ui/evolution-message-composer.xml')
-rw-r--r-- | ui/evolution-message-composer.xml | 7 |
1 files changed, 6 insertions, 1 deletions
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"/> |