[totem] save-file: Use Ctrl+C as the shortcut



commit 64acfae2c7441463a780cef5b7bb2f3d8a4a2ed1
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 14 19:09:26 2012 +0100

    save-file: Use Ctrl+C as the shortcut
    
    So as not to clash with Eject which already uses Ctrl+E
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688298

 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 85c8fd5..c71b597 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..."), "<Ctrl>E",
+	{ "SaveFile", "save-as", N_("Save a Copy..."), "<Ctrl>C",
 		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]