From 7eee4d8436ceae57a26fd57b31d0c8a3d80dc13d Mon Sep 17 00:00:00 2001 From: Robert Naumann Date: Mon, 13 Mar 2017 10:36:46 +0000 Subject: [PATCH] [EXPLORER] use a checkmark instead of a radio button for the "Lock the taskbar" option. CORE-12760 #resolve svn path=/trunk/; revision=74158 --- reactos/base/shell/explorer/traywnd.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/base/shell/explorer/traywnd.cpp b/reactos/base/shell/explorer/traywnd.cpp index 9dc2ffcc48b..d81319483fb 100644 --- a/reactos/base/shell/explorer/traywnd.cpp +++ b/reactos/base/shell/explorer/traywnd.cpp @@ -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); }