[totem/gnome-3-6] save-file: Use Ctrl+C as the shortcut
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-6] save-file: Use Ctrl+C as the shortcut
- Date: Wed, 14 Nov 2012 18:11:17 +0000 (UTC)
commit 5eeeedf49e0ad2956b026787cd7437c9b1befca4
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]