summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Brückl <ib@wupperonline.de>2017-05-09 17:11:30 +0200
committerPhilip Withnall <withnall@endlessm.com>2017-05-25 14:11:17 +0100
commit4887942d2b9bf7ce139f3da29da027edec6b2fba (patch)
treed7bb78a12d292bf0a60515c24c89be27ab54f3fa
parent87adfe64790f4fbece84c5beb999686e5e95927f (diff)
downloadgdk-pixbuf-4887942d2b9bf7ce139f3da29da027edec6b2fba.tar.gz
Add IANA registered image/wmf
Former image/x-wmf is deprecated in favor of image/wmf. https://bugzilla.gnome.org/show_bug.cgi?id=782390
-rw-r--r--gdk-pixbuf/io-gdip-wmf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-gdip-wmf.c b/gdk-pixbuf/io-gdip-wmf.c
index c438c8950..9d258e9bb 100644
--- a/gdk-pixbuf/io-gdip-wmf.c
+++ b/gdk-pixbuf/io-gdip-wmf.c
@@ -44,6 +44,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
};
static const gchar *mime_types[] = {
+ "image/wmf",
"image/x-wmf",
NULL
};