mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +00:00
- Add selectable spanish and italian keyboard layout to default language.
- This fix is temporarily until GUI 1st stage setup replaces usetup. - See issue #3313 for more details. svn path=/trunk/; revision=34642
This commit is contained in:
parent
373bd4b1da
commit
aefde24020
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
MUI_LAYOUTS enUSLayouts[] =
|
||||
{
|
||||
{ L"0409", L"00000409" },
|
||||
{ L"0410", L"00000410" },
|
||||
{ L"040A", L"0000040A" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue