mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
mark the current keyboard layout as checked (in popup menu)
svn path=/trunk/; revision=34610
This commit is contained in:
parent
d9c376b18d
commit
f3ddaf8067
1 changed files with 2 additions and 0 deletions
|
@ -323,6 +323,8 @@ BuildLeftPopupMenu()
|
|||
AppendMenu(hMenu, MF_STRING, _ttoi(szLayoutNum), szName);
|
||||
}
|
||||
|
||||
(void)CheckMenuItem(hMenu, ulCurrentLayoutNum, MF_CHECKED);
|
||||
|
||||
RegCloseKey(hKey);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue