diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-03 09:20:20 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-03 09:20:20 +0800 |
commit | 3840b3b24812e874eb83de028d6254a8307e0893 (patch) | |
tree | d8fd1ce7143672e7ed052fe701f1e0d10ce38891 /src | |
parent | 69c94bb85ee4c25ea545b872c7d81e34fd922a36 (diff) | |
download | gsoc2013-epiphany-3840b3b24812e874eb83de028d6254a8307e0893.tar gsoc2013-epiphany-3840b3b24812e874eb83de028d6254a8307e0893.tar.gz gsoc2013-epiphany-3840b3b24812e874eb83de028d6254a8307e0893.tar.bz2 gsoc2013-epiphany-3840b3b24812e874eb83de028d6254a8307e0893.tar.lz gsoc2013-epiphany-3840b3b24812e874eb83de028d6254a8307e0893.tar.xz gsoc2013-epiphany-3840b3b24812e874eb83de028d6254a8307e0893.tar.zst gsoc2013-epiphany-3840b3b24812e874eb83de028d6254a8307e0893.zip |
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".
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"), "<control>O", N_("Open the selected bookmark 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 bookmark in a new tab"), G_CALLBACK (cmd_open_bookmarks_in_tabs) }, { "Rename", NULL, N_("_Rename..."), "F2", |