diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-history-window.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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, |