diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | data/icons/HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png | bin | 0 -> 2749 bytes | |||
-rw-r--r-- | data/icons/HighContrastLargePrint_apps_48x48_gnome-web-browser.png | bin | 0 -> 2715 bytes | |||
-rw-r--r-- | data/icons/Makefile.am | 4 |
4 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-08-09 Christian Persch <chpe@gnome.org> + * data/icons/Makefile.am: + * data/icons/HighColorLargePrint{,Inverse}_apps_48x48_gnome-web-browser.png: + + Add a11y theme icons for our apps icon. + +2007-08-09 Christian Persch <chpe@gnome.org> + * configure.ac: A data/icons/*: R data/icons/*/*/*: diff --git a/data/icons/HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png b/data/icons/HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png Binary files differnew file mode 100644 index 000000000..bc9a5a912 --- /dev/null +++ b/data/icons/HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png diff --git a/data/icons/HighContrastLargePrint_apps_48x48_gnome-web-browser.png b/data/icons/HighContrastLargePrint_apps_48x48_gnome-web-browser.png Binary files differnew file mode 100644 index 000000000..2d1574809 --- /dev/null +++ b/data/icons/HighContrastLargePrint_apps_48x48_gnome-web-browser.png diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 0b16c6e8b..dfa2a5c0b 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -2,6 +2,8 @@ NULL = themes = \ hicolor \ + HighContrastLargePrint \ + HighContrastLargePrintInverse \ $(NULL) icons = \ @@ -46,6 +48,8 @@ icons = \ hicolor_status_48x48_lock-secure-checked.png \ hicolor_status_48x48_lock-secure.png \ hicolor_status_scalable_popup-hidden.svg \ + HighContrastLargePrint_apps_48x48_gnome-web-browser.png \ + HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png \ $(NULL) source_icons = \ |