From 501c4357042c915188dc900849e2c595ad4edf8a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 20 Oct 2005 13:12:57 +0000 Subject: Remove fullscreen and leave-fullscreen stock icons; they're available in 2005-10-20 Christian Persch * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_constructor): * src/ephy-toolbar.c: (ephy_toolbar_constructor): * src/ephy-window.c: Remove fullscreen and leave-fullscreen stock icons; they're available in gtk+ since 2.8. --- 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 ceaaa8719..553928d42 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -294,7 +294,7 @@ static const GtkToggleActionEntry ephy_menu_toggle_entries [] = { "ViewStatusbar", NULL, N_("St_atusbar"), NULL, N_("Show or hide statusbar"), G_CALLBACK (ephy_window_view_statusbar_cb), TRUE }, - { "ViewFullscreen", STOCK_FULLSCREEN, N_("_Fullscreen"), "F11", + { "ViewFullscreen", GTK_STOCK_FULLSCREEN, N_("_Fullscreen"), "F11", N_("Browse at full screen"), G_CALLBACK (window_cmd_view_fullscreen), FALSE }, { "ViewPopupWindows", EPHY_STOCK_POPUPS, N_("Popup _Windows"), NULL, -- cgit v1.2.3