Add image/x-win-bitmap mimetype

svn path=/trunk/; revision=20451
This commit is contained in:
Matthias Clasen 2008-06-18 15:15:54 +00:00
parent d5565f5b63
commit 419260bdb8
2 changed files with 6 additions and 0 deletions

View File

@ -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>
* === Released 2.13.3 ===

View File

@ -1231,6 +1231,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
static gchar * mime_types[] = {
"image/x-icon",
"image/x-ico",
"image/x-win-bitmap",
NULL
};
static gchar * extensions[] = {