mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 23:16:14 +01:00
Merge branch 'amolenaar/fix-content-typo' into 'main'
macos: Remove extraneous space from type identifier See merge request GNOME/glib!4373
This commit is contained in:
commit
705832f269
@ -400,7 +400,7 @@ g_content_type_from_mime_type_impl (const gchar *mime_type)
|
|||||||
if (g_str_has_suffix (mime_type, "x-tga"))
|
if (g_str_has_suffix (mime_type, "x-tga"))
|
||||||
return g_strdup ("com.truevision.tga-image");
|
return g_strdup ("com.truevision.tga-image");
|
||||||
if (g_str_has_suffix (mime_type, "x-ico"))
|
if (g_str_has_suffix (mime_type, "x-ico"))
|
||||||
return g_strdup ("com.microsoft.ico ");
|
return g_strdup ("com.microsoft.ico");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* These are also not supported...
|
/* These are also not supported...
|
||||||
|
Loading…
Reference in New Issue
Block a user