From de53e9dc35e57add375e60305b395c424e5a2bee Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Tue, 28 Aug 2007 13:12:07 +0000 Subject: [PATCH] * src/widgets/modest-msg-edit-window-ui.h Added shortcut for "Save as draft" (Ctrl+S) pmo-trunk-r3110 --- src/widgets/modest-msg-edit-window-ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/modest-msg-edit-window-ui.h b/src/widgets/modest-msg-edit-window-ui.h index 0ad980a..fb0e3d9 100644 --- a/src/widgets/modest-msg-edit-window-ui.h +++ b/src/widgets/modest-msg-edit-window-ui.h @@ -55,7 +55,7 @@ static const GtkActionEntry modest_msg_edit_action_entries [] = { /* ACTIONS */ { "ActionsNewMessage", NULL, N_("mcen_me_viewer_newemail"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_new_msg) }, - { "ActionsSaveToDrafts", NULL, N_("mcen_me_editor_save_as_draft"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_save_to_drafts) }, + { "ActionsSaveToDrafts", NULL, N_("mcen_me_editor_save_as_draft"), "S", NULL, G_CALLBACK (modest_ui_actions_on_save_to_drafts) }, { "ActionsDelete", NULL, N_("mcen_me_inbox_delete"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_delete_message) }, { "ActionsSend", NULL, N_("mcen_me_editor_send"), "Return", NULL, G_CALLBACK (modest_ui_actions_on_send) }, /* { "ActionsFontColor", GTK_STOCK_SELECT_COLOR, N_("Color"), NULL, N_("Change text color"), G_CALLBACK (modest_ui_actions_on_select_editor_color)}, */ -- 1.7.9.5