aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2006-12-14 18:05:29 +0800
committerLuca Ferretti <lferrett@src.gnome.org>2006-12-14 18:05:29 +0800
commit342b021045df0962a4cd2b2eedd83986d77ebaf1 (patch)
tree5cf84e4072f95cc11490b3ed71a62ed132130f8a /src
parent2c1e4aa6e72c0bb3b77c5b5e419066f410665ea0 (diff)
downloadgsoc2013-epiphany-342b021045df0962a4cd2b2eedd83986d77ebaf1.tar
gsoc2013-epiphany-342b021045df0962a4cd2b2eedd83986d77ebaf1.tar.gz
gsoc2013-epiphany-342b021045df0962a4cd2b2eedd83986d77ebaf1.tar.bz2
gsoc2013-epiphany-342b021045df0962a4cd2b2eedd83986d77ebaf1.tar.lz
gsoc2013-epiphany-342b021045df0962a4cd2b2eedd83986d77ebaf1.tar.xz
gsoc2013-epiphany-342b021045df0962a4cd2b2eedd83986d77ebaf1.tar.zst
gsoc2013-epiphany-342b021045df0962a4cd2b2eedd83986d77ebaf1.zip
Remove the proxy icon from View->Page Source menu entry.
2006-12-14 Luca Ferretti <elle.uca@libero.it> * src/ephy-window.c: Remove the proxy icon from View->Page Source menu entry. * lib/ephy-stock-icons.h: Keep STOCK_VIEW_SOURCE by now, but use "text-html" instead deprecated "stock_view-html-source".
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index d26703cf6..4d7709688 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -217,7 +217,7 @@ static const GtkActionEntry ephy_menu_entries [] = {
{ "ViewEncoding", NULL, N_("Text _Encoding"), NULL,
N_("Change the text encoding"),
NULL },
- { "ViewPageSource", STOCK_VIEW_SOURCE, N_("_Page Source"), "<control>U",
+ { "ViewPageSource", NULL, N_("_Page Source"), "<control>U",
N_("View the source code of the page"),
G_CALLBACK (window_cmd_view_page_source) },
{ "ViewPageSecurityInfo", NULL, N_("Page _Security Information..."), NULL,