diff options
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/e-msg-composer.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 7251c68633..5c63b043fe 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2005-07-21 Devashish Sharma <sdevashish@novell.com> + * e-message-composer.c: Added Shortcut for Save Draft + -(Ctrl+Shift+s) and a toolbar button for the same. + Fixes #219242 + 2005-07-21 Shreyas Srinivasan <sshreyas@novell.com> * e-msg-composer-hdrs.c (account_can_send): Use camel_object_unref diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index e68384c3aa..ac30da6c14 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1968,6 +1968,7 @@ static BonoboUIVerb verbs [] = { static EPixmap pixcache [] = { E_PIXMAP ("/Toolbar/FileAttach", "stock_attach", E_ICON_SIZE_LARGE_TOOLBAR), E_PIXMAP ("/Toolbar/FileSend", "stock_mail-send", E_ICON_SIZE_LARGE_TOOLBAR), + E_PIXMAP ("/Toolbar/FileSaveDraft", "stock_save", E_ICON_SIZE_LARGE_TOOLBAR) , /* E_PIXMAP ("/menu/Insert/FileAttach", "stock_attach", E_ICON_SIZE_LARGE_TOOLBAR), */ E_PIXMAP ("/commands/FileSend", "stock_mail-send", E_ICON_SIZE_MENU), |