From 342b021045df0962a4cd2b2eedd83986d77ebaf1 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Thu, 14 Dec 2006 10:05:29 +0000 Subject: Remove the proxy icon from View->Page Source menu entry. 2006-12-14 Luca Ferretti * 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". --- src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-window.c') 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"), "U", + { "ViewPageSource", NULL, N_("_Page Source"), "U", N_("View the source code of the page"), G_CALLBACK (window_cmd_view_page_source) }, { "ViewPageSecurityInfo", NULL, N_("Page _Security Information..."), NULL, -- cgit v1.2.3