Commit 6dc4e2af authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Remove last winedefault.reg reference in the code.

parent f8e01efb
......@@ -2904,7 +2904,7 @@ static BOOL NLS_EnumLanguageGroupLocales(ENUMLANGUAGEGROUPLOCALE_CALLBACKS *lpPr
hKey = NLS_RegOpenSubKey( NLS_RegOpenKey( 0, szNlsKeyName ), szLocaleKeyName );
if (!hKey)
WARN("NLS registry key not found. Please apply the default registry file 'winedefault.reg'\n");
WARN("NLS registry key not found. Please apply the default registry file 'wine.inf'\n");
while (bContinue)
{
......
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