forked from AuroraMiddleware/gtk
Add image/x-win-bitmap mimetype
svn path=/trunk/; revision=20451
This commit is contained in:
parent
d5565f5b63
commit
419260bdb8
@ -1,3 +1,8 @@
|
|||||||
|
2008-06-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* io-ico.c: Add image/x-win-bitmap to the supported mimetypes,
|
||||||
|
since that is what shared-mime-info uses for .cur
|
||||||
|
|
||||||
2008-06-13 Matthias Clasen <mclasen@redhat.com>
|
2008-06-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.13.3 ===
|
* === Released 2.13.3 ===
|
||||||
|
@ -1231,6 +1231,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
|
|||||||
static gchar * mime_types[] = {
|
static gchar * mime_types[] = {
|
||||||
"image/x-icon",
|
"image/x-icon",
|
||||||
"image/x-ico",
|
"image/x-ico",
|
||||||
|
"image/x-win-bitmap",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
static gchar * extensions[] = {
|
static gchar * extensions[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user