From ffe15a896a6714ad23c013eaeefd49671f7fbc47 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 4 May 2003 18:36:09 +0000 Subject: ctrl+u view source 2003-05-04 Marco Pesenti Gritti * src/ephy-window.c: ctrl+u view source --- ChangeLog | 6 ++++++ src/ephy-window.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index efb7a3de7..39717da68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-04 Marco Pesenti Gritti + + * src/ephy-window.c: + + ctrl+u view source + 2003-05-04 Marco Pesenti Gritti * embed/mozilla/mozilla-embed-single.cpp: diff --git a/src/ephy-window.c b/src/ephy-window.c index ef5aa8e4d..ad40a5fb3 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -148,7 +148,7 @@ static EggActionGroupEntry ephy_menu_entries [] = { N_("Show the contents at the normal size"), G_CALLBACK (window_cmd_view_zoom_normal), NULL }, { "ViewEncoding", N_("_Encoding"), NULL, NULL, NULL, NULL, NULL }, - { "ViewPageSource", N_("_Page Source"), EPHY_STOCK_VIEWSOURCE, NULL, + { "ViewPageSource", N_("_Page Source"), EPHY_STOCK_VIEWSOURCE, "U", N_("View the source code of the page"), G_CALLBACK (window_cmd_view_page_source), NULL }, -- cgit v1.2.3