https://git.reactos.org/?p=reactos.git;a=commitdiff;h=02fbc6c51b19aeb58bd00…
commit 02fbc6c51b19aeb58bd0070b1086cbd425745a25
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Thu May 10 16:18:04 2018 +0200
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Thu May 10 16:18:04 2018 +0200
[USETUP] Use an existing latvian keyboard layout
Use the existing Latvian keyboard layout instead of the Latvian (QUERTY) keyboard
layout, which it not implemented yet.
CORE-14561
---
base/setup/usetup/lang/lv-LV.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/base/setup/usetup/lang/lv-LV.h b/base/setup/usetup/lang/lv-LV.h
index 8371a2369b..7083ddd8c7 100644
--- a/base/setup/usetup/lang/lv-LV.h
+++ b/base/setup/usetup/lang/lv-LV.h
@@ -2,6 +2,7 @@
MUI_LAYOUTS lvLVLayouts[] =
{
- { L"0426", L"00010426" },
+ { L"0426", L"00000426" },
+// { L"0426", L"00010426" },
{ NULL, NULL }
};