mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
- Give language picker listbox a consistent size
- Give the language selection page a meaningful description TODO: add a language ID field to the MUI_LANGUAGE structure and store it's value on the registry ("HKEY_CURRENT_USER\Keyboard Layout\Preload" and/or "HKEY_CURRENT_MACHINE\SYSTEM\CurrentControlSet\Control\NLS\Language") svn path=/trunk/; revision=31379
This commit is contained in:
parent
b56a634cec
commit
0263a77674
2 changed files with 23 additions and 5 deletions
|
@ -556,10 +556,10 @@ LanguagePage(PINPUT_RECORD Ir)
|
|||
}
|
||||
|
||||
DrawGenericList(LanguageList,
|
||||
7,
|
||||
15,
|
||||
xScreen - 10,
|
||||
yScreen - 10);
|
||||
2,
|
||||
18,
|
||||
xScreen - 3,
|
||||
yScreen - 3);
|
||||
|
||||
MUIDisplayPage(LANGUAGE_PAGE);
|
||||
|
||||
|
|
|
@ -7,7 +7,25 @@ static MUI_ENTRY LanguagePageEntries[] =
|
|||
{
|
||||
6,
|
||||
8,
|
||||
"Select your language:",
|
||||
"Language Selection.",
|
||||
TEXT_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
10,
|
||||
"\x07 Please choose the language used for the installation process.",
|
||||
TEXT_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
11,
|
||||
" Then press ENTER.",
|
||||
TEXT_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
13,
|
||||
"\x07 This Language will be the default language for the final system.",
|
||||
TEXT_NORMAL
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue