aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-03 09:22:55 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-03 09:22:55 +0800
commit883bda8aada93c7bea4f39205f1747414389ea16 (patch)
treeeebeb1127a3a10782b23038da25d2bb7c84b36e7 /src
parent3840b3b24812e874eb83de028d6254a8307e0893 (diff)
downloadgsoc2013-epiphany-883bda8aada93c7bea4f39205f1747414389ea16.tar
gsoc2013-epiphany-883bda8aada93c7bea4f39205f1747414389ea16.tar.gz
gsoc2013-epiphany-883bda8aada93c7bea4f39205f1747414389ea16.tar.bz2
gsoc2013-epiphany-883bda8aada93c7bea4f39205f1747414389ea16.tar.lz
gsoc2013-epiphany-883bda8aada93c7bea4f39205f1747414389ea16.tar.xz
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')
-rw-r--r--src/ephy-history-window.c2
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,