From 3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 3 Feb 2003 13:23:22 +0000 Subject: Add some icons, thanks to jorn to provide them. last api change seem to 2003-02-02 Marco Pesenti Gritti * lib/ephy-stock-icons.c: Add some icons, thanks to jorn to provide them. * embed/EphyWrapper.cpp: last api change seem to have been reverted ?! --- src/ephy-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ephy-window.c b/src/ephy-window.c index 6c0516d54..97d3900ef 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -66,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"), EPHY_STOCK_NEW_TAB, "N", + { "FileNewTab", N_("New _Tab"), EPHY_STOCK_NEW_TAB, "T", N_("Create a new tab"), G_CALLBACK (window_cmd_file_new_tab), NULL }, { "FileOpen", N_("_Open..."), GTK_STOCK_OPEN, "O", @@ -78,7 +78,7 @@ static EggActionGroupEntry ephy_menu_entries [] = { { "FilePrint", N_("_Print..."), GTK_STOCK_PRINT, "P", N_("Print the current page"), G_CALLBACK (window_cmd_file_print), NULL }, - { "FileSendTo", N_("S_end To..."), NULL, NULL, + { "FileSendTo", N_("S_end To..."), EPHY_STOCK_SEND_LINK, NULL, N_("Send a link of the current page"), G_CALLBACK (window_cmd_file_send_to), NULL }, { "FileAddBookmark", N_("_Add Bookmark..."), GTK_STOCK_ADD, "D", @@ -149,7 +149,7 @@ static EggActionGroupEntry ephy_menu_entries [] = { N_("Show the contents at the normal size"), G_CALLBACK (window_cmd_view_zoom_normal), NULL }, { "ViewEncoding", N_("_Encoding"), NULL, NULL, NULL, NULL, NULL }, - { "ViewPageSource", N_("_Page Source"), NULL, NULL, + { "ViewPageSource", N_("_Page Source"), EPHY_STOCK_VIEWSOURCE, NULL, N_("View the source code of the page"), G_CALLBACK (window_cmd_view_page_source), NULL }, -- cgit