From 3840b3b24812e874eb83de028d6254a8307e0893 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 3 Dec 2004 01:20:20 +0000 Subject: Use stock icon for "Open In New Tab". 2004-12-03 Christian Persch * src/bookmarks/ephy-bookmarks-editor.c: Use stock icon for "Open In New Tab". --- ChangeLog | 6 ++++++ src/bookmarks/ephy-bookmarks-editor.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41066391a..90c4ab2a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-12-03 Christian Persch + + * src/bookmarks/ephy-bookmarks-editor.c: + + Use stock icon for "Open In New Tab". + 2004-12-02 Christian Persch * embed/mozilla/EphyHistoryListener.cpp: diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index a5647eebb..babb883e7 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -175,7 +175,7 @@ static GtkActionEntry ephy_bookmark_popup_entries [] = { { "OpenInWindow", GTK_STOCK_OPEN, N_("_Open in New Window"), "O", N_("Open the selected bookmark in a new window"), G_CALLBACK (cmd_open_bookmarks_in_browser) }, - { "OpenInTab", NULL, N_("Open in New _Tab"), "O", + { "OpenInTab", STOCK_NEW_TAB, N_("Open in New _Tab"), "O", N_("Open the selected bookmark in a new tab"), G_CALLBACK (cmd_open_bookmarks_in_tabs) }, { "Rename", NULL, N_("_Rename..."), "F2", -- cgit v1.2.3