mirror of
https://github.com/reactos/reactos.git
synced 2025-01-26 13:33:32 +08:00
[SYSSETUP] [USERINIT] "sLanguage" relates to LOCALE_SABBREVLANGNAME actually, not LOCALE_SLANGUAGE. CORE-13128 #62
This commit is contained in:
parent
b22c128070
commit
ba507ba439
@ -465,7 +465,7 @@ InitializeDefaultUserLocale(
|
||||
|
||||
/* Misc */
|
||||
{LOCALE_SCOUNTRY, L"sCountry"},
|
||||
{LOCALE_SLANGUAGE, L"sLanguage"},
|
||||
{LOCALE_SABBREVLANGNAME, L"sLanguage"},
|
||||
{LOCALE_ICOUNTRY, L"iCountry"},
|
||||
{0, NULL}};
|
||||
|
||||
|
@ -1113,7 +1113,7 @@ InitializeDefaultUserLocale(VOID)
|
||||
|
||||
/* Misc */
|
||||
{LOCALE_SCOUNTRY, L"sCountry"},
|
||||
{LOCALE_SLANGUAGE, L"sLanguage"},
|
||||
{LOCALE_SABBREVLANGNAME, L"sLanguage"},
|
||||
{LOCALE_ICOUNTRY, L"iCountry"},
|
||||
{0, NULL}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user