aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index efb7a3de7..39717da68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-05-04 Marco Pesenti Gritti <marco@it.gnome.org>
+ * src/ephy-window.c:
+
+ ctrl+u view source
+
+2003-05-04 Marco Pesenti Gritti <marco@it.gnome.org>
+
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-notifiers.cpp:
* embed/mozilla/mozilla-notifiers.h:
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, "<control>U",
N_("View the source code of the page"),
G_CALLBACK (window_cmd_view_page_source), NULL },