winemenubuilder: Make sure extension-based mimetypes are always lowercase.
This commit is contained in:
parent
60b5d91abb
commit
44527f57b2
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue