diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-22 22:40:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-22 22:40:38 +0800 |
commit | 06d1cd34d39fe9943ee3d3922412b3dd3794da86 (patch) | |
tree | f443a426fa64ed69bd542a6c0a12470f1d149e57 /src/ephy-history-window.c | |
parent | c835d9f34b984d00708ca7a61bddeb4ce98ca9e7 (diff) | |
download | gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.gz gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.bz2 gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.lz gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.xz gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.zst gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.zip |
Use icon theme icon for add bookmark
2003-11-22 Marco Pesenti Gritti <marco@gnome.org>
* data/art/Makefile.am:
* data/art/epiphany-bookmark-page.png:
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_construct):
* src/ephy-history-window.c:
* src/ephy-window.c:
Use icon theme icon for add bookmark
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index a013905d2..4c0af9398 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -164,7 +164,7 @@ static GtkActionEntry ephy_history_ui_entries [] = { { "Delete", GTK_STOCK_DELETE, N_("_Delete"), NULL, N_("Delete the selected history link"), G_CALLBACK (cmd_delete) }, - { "BookmarkLink", EPHY_STOCK_BOOKMARK_PAGE, N_("Boo_kmark Link..."), "<control>D", + { "BookmarkLink", STOCK_ADD_BOOKMARK, N_("Boo_kmark Link..."), "<control>D", N_("Bookmark the selected history link"), G_CALLBACK (cmd_bookmark_link) }, { "Close", GTK_STOCK_CLOSE, N_("_Close"), "<control>W", |