Author: ekohl Date: Mon Feb 27 12:57:05 2017 New Revision: 73996
URL: http://svn.reactos.org/svn/reactos?rev=73996&view=rev Log: [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
Modified: trunk/reactos/base/setup/usetup/lang/ru-RU.h
Modified: trunk/reactos/base/setup/usetup/lang/ru-RU.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/ru-R... ============================================================================== --- trunk/reactos/base/setup/usetup/lang/ru-RU.h [iso-8859-1] (original) +++ trunk/reactos/base/setup/usetup/lang/ru-RU.h [iso-8859-1] Mon Feb 27 12:57:05 2017 @@ -2,8 +2,8 @@
MUI_LAYOUTS ruRULayouts[] = { + { L"0419", L"00000419" }, { L"0409", L"00000409" }, - { L"0419", L"00000419" }, { NULL, NULL } };