diff options
author | Jaap Haitsma <jaap@haitsma.org> | 2007-07-01 22:04:43 +0800 |
---|---|---|
committer | Jaap A. Haitsma <jhaitsma@src.gnome.org> | 2007-07-01 22:04:43 +0800 |
commit | 597ebe83b215c306e9787ae35d7f6d80c4c5dc03 (patch) | |
tree | 60b6b447f9f8e4736dc4f04eaf87d17da537a9b3 /src/bookmarks/ephy-bookmarks-editor.c | |
parent | 4b930398fb4744e0099fc07fde5a9118f1b70662 (diff) | |
download | gsoc2013-epiphany-597ebe83b215c306e9787ae35d7f6d80c4c5dc03.tar gsoc2013-epiphany-597ebe83b215c306e9787ae35d7f6d80c4c5dc03.tar.gz gsoc2013-epiphany-597ebe83b215c306e9787ae35d7f6d80c4c5dc03.tar.bz2 gsoc2013-epiphany-597ebe83b215c306e9787ae35d7f6d80c4c5dc03.tar.lz gsoc2013-epiphany-597ebe83b215c306e9787ae35d7f6d80c4c5dc03.tar.xz gsoc2013-epiphany-597ebe83b215c306e9787ae35d7f6d80c4c5dc03.tar.zst gsoc2013-epiphany-597ebe83b215c306e9787ae35d7f6d80c4c5dc03.zip |
Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769
2007-07-01 Jaap Haitsma <jaap@haitsma.org>
* src/ephy-history-window.c, src/bookmarks/ephy-bookmarks-editor.c,
src/ephy-window.c: Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT
Fixes bug #452769
svn path=/trunk/; revision=7108
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-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 9854caec5..c853afc83 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -230,7 +230,7 @@ static const GtkActionEntry ephy_bookmark_popup_entries [] = { { "HelpContents", GTK_STOCK_HELP, N_("_Contents"), "F1", N_("Display bookmarks help"), G_CALLBACK (cmd_help_contents) }, - { "HelpAbout", GNOME_STOCK_ABOUT, N_("_About"), NULL, + { "HelpAbout", GTK_STOCK_ABOUT, N_("_About"), NULL, N_("Display credits for the web browser creators"), G_CALLBACK (window_cmd_help_about) }, }; |