Commit 8274786f authored by Jeff Zaroyko's avatar Jeff Zaroyko Committed by Alexandre Julliard

kernel32: sLanguage is LOCALE_SABBREVLANGNAME.

parent c77ff19e
......@@ -673,7 +673,7 @@ void LOCALE_InitRegistry(void)
{ maccpW, LOCALE_IDEFAULTMACCODEPAGE }
};
static const LCTYPE lc_messages_values[] = {
LOCALE_SLANGUAGE,
LOCALE_SABBREVLANGNAME,
LOCALE_SCOUNTRY,
LOCALE_SLIST };
static const LCTYPE lc_monetary_values[] = {
......@@ -1051,7 +1051,7 @@ static const WCHAR *get_locale_value_name( DWORD lctype )
case LOCALE_ILDATE: return iLDateW;
case LOCALE_ITLZERO: return iTLZeroW;
case LOCALE_SCOUNTRY: return sCountryW;
case LOCALE_SLANGUAGE: return sLanguageW;
case LOCALE_SABBREVLANGNAME: return sLanguageW;
/* The following are used in XP and later */
case LOCALE_IDIGITSUBSTITUTION: return NumShapeW;
......
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