diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-02-03 21:23:22 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-02-03 21:23:22 +0800 |
commit | 3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8 (patch) | |
tree | dbac4033bad770d740e5d7394c3823072e9e8bdc /src | |
parent | e13619917174d7b03497959c39f5effbceafaaf7 (diff) | |
download | gsoc2013-epiphany-3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8.tar gsoc2013-epiphany-3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8.tar.gz gsoc2013-epiphany-3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8.tar.bz2 gsoc2013-epiphany-3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8.tar.lz gsoc2013-epiphany-3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8.tar.xz gsoc2013-epiphany-3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8.tar.zst gsoc2013-epiphany-3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8.zip |
Add some icons, thanks to jorn to provide them. last api change seem to
2003-02-02 Marco Pesenti Gritti <marco@it.gnome.org>
* 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 ?!
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, "<control>N", N_("Create a new window"), G_CALLBACK (window_cmd_file_new_window), NULL }, - { "FileNewTab", N_("New _Tab"), EPHY_STOCK_NEW_TAB, "<shift><control>N", + { "FileNewTab", N_("New _Tab"), EPHY_STOCK_NEW_TAB, "<control>T", N_("Create a new tab"), G_CALLBACK (window_cmd_file_new_tab), NULL }, { "FileOpen", N_("_Open..."), GTK_STOCK_OPEN, "<control>O", @@ -78,7 +78,7 @@ static EggActionGroupEntry ephy_menu_entries [] = { { "FilePrint", N_("_Print..."), GTK_STOCK_PRINT, "<control>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, "<control>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 }, |