Increase verbiage.

svn path=/trunk/; revision=20402
This commit is contained in:
Tor Lillqvist 2008-06-16 13:46:20 +00:00
parent 5b14804b88
commit afe9dcfca1

View File

@ -9,9 +9,11 @@
Bug 538362 - Get Win32 icons back in the file chooser
* gtk/gtkicontheme.c (choose_icon): Check if the icon name is a
reference to an icon resource in a DLL or .EXE as in the
Registry. In that case, extract the icon and convert to a
GdkPixbuf. Patch by Hans Breuer.
reference to an icon resource in a DLL or .EXE in the same format
as the DefaultIcon strings in the Registry. In
that case, extract the icon and convert to a GdkPixbuf. Patch by
Hans Breuer. This code has to be in sync with the corresponding
code in glib/gio/gcontenttype.c.
2008-06-16 Matthias Clasen <mclasen@redhat.com>