diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-11-20 11:15:12 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2007-11-20 11:15:12 +0000 |
commit | 9e0b0194ed7ded02d3093daaa6da7e7958eb4127 (patch) | |
tree | d65b648134be2bea3a0f1adf7156ea326c981bc3 /gdk-pixbuf/ChangeLog | |
parent | a1dcb1ab8121fef602522d61531a98953fe6bee3 (diff) | |
download | gtk+-9e0b0194ed7ded02d3093daaa6da7e7958eb4127.tar.gz |
Add support for 512x512 Leopard icons, using the ic09 iconType
2007-11-20 Bastien Nocera <hadess@hadess.net>
* io-icns.c: (load_resources): Add support for 512x512 Leopard
icons, using the ic09 iconType
svn path=/trunk/; revision=19009
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index dee96b8e76..2ed7700092 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,10 @@ 2007-11-20 Bastien Nocera <hadess@hadess.net> + * io-icns.c: (load_resources): Add support for 512x512 Leopard + icons, using the ic09 iconType + +2007-11-20 Bastien Nocera <hadess@hadess.net> + * Makefile.am: * io-icns.c: Add icns (MacOS X icons) loader, based on work by Lyonel Vincent <lyonel@ezix.org> (Closes: #395738) |