aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-history-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 90c4ab2a0..da35cc9f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-12-03 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-history-window.c:
+
+ Use stock icon for "Open In New Tab".
+
+2004-12-03 Christian Persch <chpe@cvs.gnome.org>
+
* src/bookmarks/ephy-bookmarks-editor.c:
Use stock icon for "Open In New Tab".
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,