From: Dan Fandrich Date: Wed, 15 Dec 2021 00:51:01 +0000 (-0800) Subject: Add image/heic MIME type X-Git-Tag: v1.7~18 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=a0598407fa19ab7624200fdd6a3cddca1443445e Add image/heic MIME type --- diff --git a/src/editors.c b/src/editors.c index 902e7360..bea01362 100644 --- a/src/editors.c +++ b/src/editors.c @@ -111,6 +111,7 @@ static GList *editor_mime_types_to_extensions(gchar **mime_types) {"image/*", "*"}, {"image/bmp", ".bmp"}, {"image/gif", ".gif"}, + {"image/heic", ".heic"}, {"image/jpeg", ".jpeg;.jpg;.mpo"}, {"image/jpg", ".jpg;.jpeg"}, {"image/webp", ".webp"},