mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
mark the current keyboard layout as checked (in popup menu)
svn path=/trunk/; revision=34610
This commit is contained in:
@@ -323,6 +323,8 @@ BuildLeftPopupMenu()
|
||||
AppendMenu(hMenu, MF_STRING, _ttoi(szLayoutNum), szName);
|
||||
}
|
||||
|
||||
(void)CheckMenuItem(hMenu, ulCurrentLayoutNum, MF_CHECKED);
|
||||
|
||||
RegCloseKey(hKey);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user