mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Disable the Greek setup pages as long as we don't have a CP737 font
- Use the Greek keyboard layout, when selecting the "Greek" option requested by smiley1_ on IRC svn path=/trunk/; revision=31918
This commit is contained in:
parent
6315c60b65
commit
19fdd0597a
1 changed files with 3 additions and 3 deletions
|
@ -138,13 +138,13 @@ static const MUI_LANGUAGE LanguageList[] =
|
|||
},
|
||||
{
|
||||
L"00000408",
|
||||
L"00000409",
|
||||
L"00000408",
|
||||
L"1253",
|
||||
L"737",
|
||||
L"10006",
|
||||
L"Greek",
|
||||
elGRPages,
|
||||
elGRErrorEntries
|
||||
enUSPages, //elGRPages,
|
||||
enUSErrorEntries //elGRErrorEntries
|
||||
},
|
||||
{
|
||||
L"0000040D",
|
||||
|
|
Loading…
Reference in a new issue