mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[USETUP]
Define the language specific keyboard layout first. The US keyboard layout should always be the last one (aka fallback). Other languages will probably need the same fix! CORE-10064 #resolve svn path=/trunk/; revision=73996
This commit is contained in:
parent
d054fcda2b
commit
74dcd7dc34
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
MUI_LAYOUTS ruRULayouts[] =
|
||||
{
|
||||
{ L"0409", L"00000409" },
|
||||
{ L"0419", L"00000419" },
|
||||
{ L"0409", L"00000409" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue