mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[EXPLORER] use a checkmark instead of a radio button for the "Lock the taskbar" option. CORE-12760 #resolve
svn path=/trunk/; revision=74158
This commit is contained in:
parent
7fee8ebabe
commit
7eee4d8436
1 changed files with 0 additions and 2 deletions
|
@ -3091,8 +3091,6 @@ public:
|
|||
|
||||
TRACE("Adding item %d label %S type %d\n", mii.wID, mii.dwTypeData, mii.fType);
|
||||
|
||||
mii.fType |= MFT_RADIOCHECK;
|
||||
|
||||
::InsertMenuItemW(hPopup, i + 1, TRUE, &mii);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue