[evolution/gnome-2-28] Bug 554663 - Swap "Save" and "Save as Draft" accelerators in composer



commit fa52744585d31510f3e230b56f4dc504e60f99c0
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Feb 23 16:35:53 2010 +0100

    Bug 554663 - Swap "Save" and "Save as Draft" accelerators in composer

 composer/e-composer-actions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/composer/e-composer-actions.c b/composer/e-composer-actions.c
index 74b0a85..e22ee59 100644
--- a/composer/e-composer-actions.c
+++ b/composer/e-composer-actions.c
@@ -343,7 +343,7 @@ static GtkActionEntry entries[] = {
 	{ "save",
 	  GTK_STOCK_SAVE,
 	  N_("_Save"),
-	  "<Control>s",
+	  "<Shift><Control>s",
 	  N_("Save the current file"),
 	  G_CALLBACK (action_save_cb) },
 
@@ -357,7 +357,7 @@ static GtkActionEntry entries[] = {
 	{ "save-draft",
 	  GTK_STOCK_SAVE,
 	  N_("Save as _Draft"),
-	  "<Shift><Control>s",
+	  "<Control>s",
 	  N_("Save as draft"),
 	  G_CALLBACK (action_save_draft_cb) },
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]