diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-07-01 09:47:17 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-07-01 09:47:17 +0800 |
commit | bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d (patch) | |
tree | d368c9eec18379a062af184d89b064517273c558 /lib/ephy-stock-icons.h | |
parent | 61533f01f0f6df3b9dafc18d1567507830db0752 (diff) | |
download | gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.gz gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.bz2 gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.lz gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.xz gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.zst gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.zip |
Popup blocking support. View -> Popup Windows.
Diffstat (limited to 'lib/ephy-stock-icons.h')
-rw-r--r-- | lib/ephy-stock-icons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index ab809215f..4984c2d13 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -25,6 +25,7 @@ G_BEGIN_DECLS #define EPHY_STOCK_SECURE "epiphany-secure" #define EPHY_STOCK_UNSECURE "epiphany-unsecure" +#define EPHY_STOCK_POPUPS "epiphany-popup-hidden" #define EPHY_STOCK_HISTORY "epiphany-history" #define EPHY_STOCK_BOOKMARKS "epiphany-bookmarks" #define EPHY_STOCK_ENTRY "epiphany-entry" |