mark the current keyboard layout as checked (in popup menu)

svn path=/trunk/; revision=34610
This commit is contained in:
Matthias Kupfer 2008-07-20 19:08:35 +00:00
parent d9c376b18d
commit f3ddaf8067

View file

@ -323,6 +323,8 @@ BuildLeftPopupMenu()
AppendMenu(hMenu, MF_STRING, _ttoi(szLayoutNum), szName);
}
(void)CheckMenuItem(hMenu, ulCurrentLayoutNum, MF_CHECKED);
RegCloseKey(hKey);
}