mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Fix typo
svn path=/trunk/; revision=40026
This commit is contained in:
parent
56f1a1b8b9
commit
cf2ecfe742
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ SetKeyboardLayoutName(HWND hwnd)
|
||||||
}
|
}
|
||||||
|
|
||||||
_tcscpy(szLayoutPath,
|
_tcscpy(szLayoutPath,
|
||||||
_T("SYSTEM\\CurrentControlSet\\Control\\KeyboardLayouts\\"));
|
_T("SYSTEM\\CurrentControlSet\\Control\\Keyboard Layouts\\"));
|
||||||
_tcscat(szLayoutPath,
|
_tcscat(szLayoutPath,
|
||||||
szLocaleName);
|
szLocaleName);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue