[totem] save-file: Add keyboard shortcut for "Save"



commit 76ab7caaea93c2056cc8ef0cddf083f0eadde0e5
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 9 18:29:06 2011 +0100

    save-file: Add keyboard shortcut for "Save"

 src/plugins/save-file/totem-save-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/save-file/totem-save-file.c b/src/plugins/save-file/totem-save-file.c
index 2351dc9..85c8fd5 100644
--- a/src/plugins/save-file/totem-save-file.c
+++ b/src/plugins/save-file/totem-save-file.c
@@ -60,7 +60,7 @@ static void totem_save_file_plugin_copy (GtkAction *action,
 					 TotemSaveFilePlugin *pi);
 
 static GtkActionEntry totem_save_file_plugin_actions [] = {
-	{ "SaveFile", "save-as", N_("Save a Copy..."), NULL,
+	{ "SaveFile", "save-as", N_("Save a Copy..."), "<Ctrl>E",
 		N_("Save a copy of the movie"),
 		G_CALLBACK (totem_save_file_plugin_copy) },
 };



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