diff options
author | Wouter Bolsterlee <wbolster@svn.gnome.org> | 2007-07-21 21:36:40 +0800 |
---|---|---|
committer | Wouter Bolsterlee <wbolster@src.gnome.org> | 2007-07-21 21:36:40 +0800 |
commit | e0c5d7077a9492a0dd3142e3b43dfacc79f23eb1 (patch) | |
tree | 004a6350ca42aea9612b14df7d600cc4f91eec32 /lib/ephy-stock-icons.c | |
parent | f4b9624a2e90b4656053fb282f4c3805ac71a1c1 (diff) | |
download | gsoc2013-epiphany-e0c5d7077a9492a0dd3142e3b43dfacc79f23eb1.tar gsoc2013-epiphany-e0c5d7077a9492a0dd3142e3b43dfacc79f23eb1.tar.gz gsoc2013-epiphany-e0c5d7077a9492a0dd3142e3b43dfacc79f23eb1.tar.bz2 gsoc2013-epiphany-e0c5d7077a9492a0dd3142e3b43dfacc79f23eb1.tar.lz gsoc2013-epiphany-e0c5d7077a9492a0dd3142e3b43dfacc79f23eb1.tar.xz gsoc2013-epiphany-e0c5d7077a9492a0dd3142e3b43dfacc79f23eb1.tar.zst gsoc2013-epiphany-e0c5d7077a9492a0dd3142e3b43dfacc79f23eb1.zip |
Remove some icons from the context menu, and use better ones for some menu
2007-07-21 Wouter Bolsterlee <wbolster@svn.gnome.org>
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/ephy-window.c:
Remove some icons from the context menu, and use better
ones for some menu items. Reported by Andreas Nilsson.
Patch by Cosimo Cecchi. Fixes bug #410223.
svn path=/trunk/; revision=7191
Diffstat (limited to 'lib/ephy-stock-icons.c')
-rw-r--r-- | lib/ephy-stock-icons.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index d509b248e..b6678312a 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -42,6 +42,7 @@ ephy_stock_icons_init (void) STOCK_NEW_TAB, STOCK_NEW_WINDOW, STOCK_SEND_MAIL, + STOCK_NEW_MAIL, STOCK_ADD_BOOKMARK, STOCK_PRINT_SETUP, }; |