From 90bcca74d19e1ad7d7254dabf57350f4fe7a93f7 Mon Sep 17 00:00:00 2001 From: Piers Cornwell Date: Fri, 9 Apr 2004 21:12:49 +0000 Subject: Add Ctrl+S as an alternate accel for Save As. Fixes bug #139415. 2004-04-09 Piers Cornwell * src/ephy-window.c: * data/ui/epiphany-ui.xml: Add Ctrl+S as an alternate accel for Save As. Fixes bug #139415. --- ChangeLog | 8 ++++++++ data/ui/epiphany-ui.xml | 1 + src/ephy-window.c | 3 +++ 3 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8bb09fc53..386f61e8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-04-09 Piers Cornwell + + * src/ephy-window.c: + * data/ui/epiphany-ui.xml: + + Add Ctrl+S as an alternate accel for Save As. + Fixes bug #139415. + 2004-04-09 Christian Persch * src/ephy-location-action.c: (compare_actions), diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 0ade102cd..4e1e7f244 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -162,5 +162,6 @@ + diff --git a/src/ephy-window.c b/src/ephy-window.c index 89aa3504b..9a785e974 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -103,6 +103,9 @@ static GtkActionEntry ephy_menu_entries [] = { { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("Save _As..."), "S", N_("Save the current page"), G_CALLBACK (window_cmd_file_save_as) }, + { "FileSave", GTK_STOCK_SAVE_AS, N_("Save _As..."), "S", + N_("Save the current page"), + G_CALLBACK (window_cmd_file_save_as) }, { "FilePrintSetup", STOCK_PRINT_SETUP, N_("Print Set_up..."), NULL, N_("Setup the page settings for printing"), G_CALLBACK (window_cmd_file_print_setup) }, -- cgit v1.2.3