diff options
author | Luca Ferretti <elle.uca@libero.it> | 2006-12-13 23:14:52 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2006-12-13 23:14:52 +0800 |
commit | 2381a4963d387de880ac88edc09d8b1df75caef1 (patch) | |
tree | 79073f1b5e6982322f14a1da9709e5e44d38281a /lib | |
parent | 0264129720758f0d13f44ea3f6a0783b5f03746c (diff) | |
download | gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.tar.gz gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.tar.zst gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.zip |
Updated icon for history from Andreas Nilsson.
2006-12-13 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
* data/icons/16x16/actions/history-view.png:
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/actions/history-view.png:
* data/icons/24x24/actions/Makefile.am:
* data/icons/24x24/actions/history-view.png:
* data/icons/24x24/actions/web-history.png:
Updated icon for history from Andreas Nilsson.
* lib/ephy-stock-icons.h:
Use "history-view" as named icon.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-stock-icons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 5658e68db..37fcb1e6a 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -24,7 +24,7 @@ G_BEGIN_DECLS #define EPHY_STOCK_POPUPS "popup-hidden" -#define EPHY_STOCK_HISTORY "web-history" +#define EPHY_STOCK_HISTORY "history-view" #define EPHY_STOCK_BOOKMARKS "web-bookmarks" #define EPHY_STOCK_ENTRY "location-entry" #define EPHY_STOCK_DOWNLOAD "download" |