mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 18:34:23 +08:00
- Fix typo
svn path=/trunk/; revision=40026
This commit is contained in:
@@ -752,7 +752,7 @@ SetKeyboardLayoutName(HWND hwnd)
|
||||
}
|
||||
|
||||
_tcscpy(szLayoutPath,
|
||||
_T("SYSTEM\\CurrentControlSet\\Control\\KeyboardLayouts\\"));
|
||||
_T("SYSTEM\\CurrentControlSet\\Control\\Keyboard Layouts\\"));
|
||||
_tcscat(szLayoutPath,
|
||||
szLocaleName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user