Commit df260d14 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

winemenubuilder: Lower case the content type.

parent f6612adc
......@@ -2092,6 +2092,8 @@ static BOOL generate_associations(const char *xdg_data_home, const char *package
iconW = assoc_query(ASSOCSTR_DEFAULTICON, extensionW, NULL);
contentTypeW = assoc_query(ASSOCSTR_CONTENTTYPE, extensionW, NULL);
if (contentTypeW)
strlwrW(contentTypeW);
if (!freedesktop_mime_type_for_extension(nativeMimeTypes, extensionA, extensionW, &mimeTypeA))
goto end;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment