From 7548f42681c7b6792cffb6135b525436dc280fa8 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 31 Jan 2003 12:42:25 +0000 Subject: Add icons, fix some minor appeareance stuff, rework ui updating to deal 2003-01-31 Marco Pesenti Gritti * lib/widgets/ephy-editable-toolbar.c: Add icons, fix some minor appeareance stuff, rework ui updating to deal with editor size. --- src/ephy-window.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index ec023ff83..6c0516d54 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -38,6 +38,7 @@ #include "popup-commands.h" #include "egg-toggle-action.h" #include "ephy-encoding-menu.h" +#include "ephy-stock-icons.h" #include #include @@ -65,7 +66,7 @@ static EggActionGroupEntry ephy_menu_entries [] = { { "FileNewWindow", N_("_New Window"), GTK_STOCK_NEW, "N", N_("Create a new window"), G_CALLBACK (window_cmd_file_new_window), NULL }, - { "FileNewTab", N_("New _Tab"), NULL, "N", + { "FileNewTab", N_("New _Tab"), EPHY_STOCK_NEW_TAB, "N", N_("Create a new tab"), G_CALLBACK (window_cmd_file_new_tab), NULL }, { "FileOpen", N_("_Open..."), GTK_STOCK_OPEN, "O", @@ -135,7 +136,7 @@ static EggActionGroupEntry ephy_menu_entries [] = { { "ViewStatusbar", N_("St_atusbar"), NULL, NULL, N_("Show or hide statusbar"), G_CALLBACK (window_cmd_view_statusbar), NULL, TOGGLE_ACTION }, - { "ViewFullscreen", N_("_Fullscreen"), NULL, "F11", + { "ViewFullscreen", N_("_Fullscreen"), EPHY_STOCK_FULLSCREEN, "F11", N_("Browse at full screen"), G_CALLBACK (window_cmd_view_fullscreen), NULL, TOGGLE_ACTION}, { "ViewZoomIn", N_("Zoom _In"), GTK_STOCK_ZOOM_IN, "plus", @@ -168,10 +169,10 @@ static EggActionGroupEntry ephy_menu_entries [] = { { "GoLocation", N_("_Location..."), NULL, "L", N_("Go to a specified location"), G_CALLBACK (window_cmd_go_location), NULL }, - { "GoHistory", N_("_History"), NULL, "H", + { "GoHistory", N_("_History"), EPHY_STOCK_HISTORY, "H", N_("Go to an already visited page"), G_CALLBACK (window_cmd_go_history), NULL }, - { "GoBookmarks", N_("_Bookmarks"), NULL, "B", + { "GoBookmarks", N_("_Bookmarks"), EPHY_STOCK_BOOKMARKS, "B", N_("Go to a bookmark"), G_CALLBACK (window_cmd_go_bookmarks), NULL }, -- cgit v1.2.3