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:
committed by
Srinivasa Ragavan
parent
113f3730da
commit
dc8f46a129
@ -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.
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user