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
This commit is contained in:
Srinivasa Ragavan
2005-07-25 05:01:14 +00:00
committed by Srinivasa Ragavan
parent 113f3730da
commit dc8f46a129
2 changed files with 11 additions and 1 deletions

View File

@ -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.

View File

@ -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"/>