diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-05 02:36:09 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-05 02:36:09 +0800 |
commit | ffe15a896a6714ad23c013eaeefd49671f7fbc47 (patch) | |
tree | 2f2e713a1ba2aa90fa9326d8d3540677615bed07 | |
parent | 11fce9b705a8b1b514f89661f8d9cb36f56fc296 (diff) | |
download | gsoc2013-epiphany-ffe15a896a6714ad23c013eaeefd49671f7fbc47.tar gsoc2013-epiphany-ffe15a896a6714ad23c013eaeefd49671f7fbc47.tar.gz gsoc2013-epiphany-ffe15a896a6714ad23c013eaeefd49671f7fbc47.tar.bz2 gsoc2013-epiphany-ffe15a896a6714ad23c013eaeefd49671f7fbc47.tar.lz gsoc2013-epiphany-ffe15a896a6714ad23c013eaeefd49671f7fbc47.tar.xz gsoc2013-epiphany-ffe15a896a6714ad23c013eaeefd49671f7fbc47.tar.zst gsoc2013-epiphany-ffe15a896a6714ad23c013eaeefd49671f7fbc47.zip |
ctrl+u view source
2003-05-04 Marco Pesenti Gritti <marco@it.gnome.org>
* src/ephy-window.c:
ctrl+u view source
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-window.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 }, |