diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-03 09:22:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-03 09:22:55 +0800 |
commit | 883bda8aada93c7bea4f39205f1747414389ea16 (patch) | |
tree | eebeb1127a3a10782b23038da25d2bb7c84b36e7 /src/ephy-history-window.c | |
parent | 3840b3b24812e874eb83de028d6254a8307e0893 (diff) | |
download | gsoc2013-epiphany-883bda8aada93c7bea4f39205f1747414389ea16.tar.gz gsoc2013-epiphany-883bda8aada93c7bea4f39205f1747414389ea16.tar.zst gsoc2013-epiphany-883bda8aada93c7bea4f39205f1747414389ea16.zip |
Use stock icon for "Open In New Tab".
2004-12-03 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-history-window.c:
Use stock icon for "Open In New Tab".
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index d8796c9be..f1b9787c0 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -172,7 +172,7 @@ static GtkActionEntry ephy_history_ui_entries [] = { { "OpenInWindow", GTK_STOCK_OPEN, N_("_Open in New Window"), "<control>O", N_("Open the selected history link in a new window"), G_CALLBACK (cmd_open_bookmarks_in_browser) }, - { "OpenInTab", NULL, N_("Open in New _Tab"), "<shift><control>O", + { "OpenInTab", STOCK_NEW_TAB, N_("Open in New _Tab"), "<shift><control>O", N_("Open the selected history link in a new tab"), G_CALLBACK (cmd_open_bookmarks_in_tabs) }, { "Delete", GTK_STOCK_DELETE, N_("_Delete"), NULL, |