mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[USETUP] -Fix setting the language id when compiling for a single language. CORE-10958
svn path=/trunk/; revision=73441
This commit is contained in:
@@ -662,7 +662,10 @@ LanguagePage(PINPUT_RECORD Ir)
|
||||
/* If there's just a single language in the list skip
|
||||
* the language selection process altogether! */
|
||||
if (GenericListHasSingleEntry(LanguageList))
|
||||
{
|
||||
LanguageId = (LANGID)(wcstol(SelectedLanguageId, NULL, 16) & 0xFFFF);
|
||||
return INTRO_PAGE;
|
||||
}
|
||||
|
||||
DrawGenericList(LanguageList,
|
||||
2,
|
||||
|
||||
Reference in New Issue
Block a user