[totem] save-file: Use Ctrl+S to save file
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] save-file: Use Ctrl+S to save file
- Date: Tue, 4 Dec 2012 09:24:13 +0000 (UTC)
commit 627339e81589fdc116d19fa432c3c77ccf81301a
Author: Bastien Nocera <hadess hadess net>
Date: Tue Dec 4 10:23:47 2012 +0100
save-file: Use Ctrl+S to save file
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 c71b597..f7da5a1 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>C",
+ { "SaveFile", "save-as", N_("Save a Copy..."), "<Ctrl>S",
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]