Commit 44527f57 authored by Jerome Leclanche's avatar Jerome Leclanche Committed by Alexandre Julliard

winemenubuilder: Make sure extension-based mimetypes are always lowercase.

parent 60b5d91a
......@@ -2321,7 +2321,7 @@ static BOOL generate_associations(const char *xdg_data_home, const char *package
char *progIdA = NULL;
char *mimeProgId = NULL;
extensionA = wchars_to_utf8_chars(extensionW);
extensionA = wchars_to_utf8_chars(strlwrW(extensionW));
if (extensionA == NULL)
{
WINE_ERR("out of memory\n");
......
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