mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
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>
|
||||
|
||||
* === Released 2.13.3 ===
|
||||
|
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user