- Fix typo (part 1/2)

svn path=/trunk/; revision=32660
This commit is contained in:
Dmitry Chapyshev 2008-03-11 16:39:58 +00:00
parent a31f9d1367
commit b730023197

View file

@ -133,7 +133,7 @@ static BOOL UserLoadKbdDll(WCHAR *wsKLID,
UNICODE_STRING klid;
WCHAR LayoutPathBuffer[MAX_PATH] = L"\\SystemRoot\\System32\\";
WCHAR KeyNameBuffer[MAX_PATH] = L"\\REGISTRY\\Machine\\SYSTEM\\"
L"CurrentControlSet\\Control\\KeyboardLayouts\\";
L"CurrentControlSet\\Control\\Keyboard Layouts\\";
RtlInitUnicodeString(&klid, wsKLID);
RtlInitUnicodeString(&LayoutValueName,L"Layout File");