From 428d2a25a38823da0663d9b429813fe475255a8f Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Wed, 26 Jul 2006 12:43:41 +0000 Subject: Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File -> 2006-07-26 Luca Ferretti * lib/ephy-stock-icons.c: * lib/ephy-stock-icons.h: * src/ephy-window.c: Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File -> New Window. Use "tab-new", "bookmark-new" and "mail-forward" named icons from Icon Naming Standard for related actions. A first step to fix bug # 348350 --- src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ephy-window.c b/src/ephy-window.c index 166b4b9c3..eb7010067 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -126,7 +126,7 @@ static const GtkActionEntry ephy_menu_entries [] = { /* File menu */ - { "FileNewWindow", GTK_STOCK_NEW, N_("_New Window"), "N", + { "FileNewWindow", STOCK_NEW_WINDOW, N_("_New Window"), "N", N_("Open a new window"), G_CALLBACK (window_cmd_file_new_window) }, { "FileNewTab", STOCK_NEW_TAB, N_("New _Tab"), "T", -- cgit