Remove last winedefault.reg reference in the code.

This commit is contained in:
Vincent Béron 2004-07-23 23:17:13 +00:00 committed by Alexandre Julliard
parent f8e01efb3d
commit 6dc4e2af82
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{