MIME: use image/x-xcf instead of application/x-xcf.

Closes #7454.
This commit is contained in:
John MacFarlane 2021-07-22 13:08:30 -07:00
parent 26d883faa8
commit 832196fb17

View file

@ -528,7 +528,7 @@ mimeTypesList =
,("wvx","video/x-ms-wvx")
,("wz","application/x-wingz")
,("xbm","image/x-xbitmap")
,("xcf","application/x-xcf")
,("xcf","image/x-xcf")
,("xht","application/xhtml+xml")
,("xhtml","application/xhtml+xml")
,("xlb","application/vnd.ms-excel")