diff options
author | Christian Persch <chpe@gnome.org> | 2007-08-13 04:58:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-08-13 04:58:27 +0800 |
commit | 435ce6b4136312d604070aed3404855a3b2e66bc (patch) | |
tree | ce6df632258d35a5412c089c4ec265d24a86f70e /data/icons | |
parent | 770585ecf66e19519267b3eabe8145096ec7240a (diff) | |
download | gsoc2013-epiphany-435ce6b4136312d604070aed3404855a3b2e66bc.tar gsoc2013-epiphany-435ce6b4136312d604070aed3404855a3b2e66bc.tar.gz gsoc2013-epiphany-435ce6b4136312d604070aed3404855a3b2e66bc.tar.bz2 gsoc2013-epiphany-435ce6b4136312d604070aed3404855a3b2e66bc.tar.lz gsoc2013-epiphany-435ce6b4136312d604070aed3404855a3b2e66bc.tar.xz gsoc2013-epiphany-435ce6b4136312d604070aed3404855a3b2e66bc.tar.zst gsoc2013-epiphany-435ce6b4136312d604070aed3404855a3b2e66bc.zip |
Add low contrast app icon.
2007-08-12 Christian Persch <chpe@gnome.org>
* data/icons/Makefile.am:
Add low contrast app icon.
svn path=/trunk/; revision=7263
Diffstat (limited to 'data/icons')
-rw-r--r-- | data/icons/LowContrastLargePrint_apps_48x48_gnome-web-browser.png | bin | 0 -> 3335 bytes | |||
-rw-r--r-- | data/icons/Makefile.am | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/icons/LowContrastLargePrint_apps_48x48_gnome-web-browser.png b/data/icons/LowContrastLargePrint_apps_48x48_gnome-web-browser.png Binary files differnew file mode 100644 index 000000000..ac44363cf --- /dev/null +++ b/data/icons/LowContrastLargePrint_apps_48x48_gnome-web-browser.png diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 76712ad25..b5bde31e2 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -4,6 +4,7 @@ public_icons_themes = \ hicolor \ HighContrastLargePrint \ HighContrastLargePrintInverse \ + LowContrastLargePrint \ $(NULL) public_icons = \ @@ -14,6 +15,7 @@ public_icons = \ hicolor_apps_scalable_gnome-web-browser.svg \ HighContrastLargePrint_apps_48x48_gnome-web-browser.png \ HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png \ + LowContrastLargePrint_apps_48x48_gnome-web-browser.png \ $(NULL) private_icons = \ |