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

This commit is contained in:
Jerome Leclanche 2011-02-20 18:05:44 +00:00 committed by Alexandre Julliard
parent 60b5d91abb
commit 44527f57b2
1 changed files with 1 additions and 1 deletions

View File

@ -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");