From: Giannis Adamopoulos Date: Mon, 29 Jan 2018 16:13:22 +0000 (+0200) Subject: [EXPLORER] Fix showing the lock status in the taskbar popup menu X-Git-Tag: 0.4.9-dev~148 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=fabf069daf030d0ddc32b094e2445d61e4834a9b [EXPLORER] Fix showing the lock status in the taskbar popup menu --- diff --git a/base/shell/explorer/traywnd.cpp b/base/shell/explorer/traywnd.cpp index 9ca7b25781c..bf71ad0e172 100644 --- a/base/shell/explorer/traywnd.cpp +++ b/base/shell/explorer/traywnd.cpp @@ -2993,7 +2993,7 @@ public: MF_BYCOMMAND); } - CheckMenuItem(hPopup, + CheckMenuItem(menubase, ID_LOCKTASKBAR, MF_BYCOMMAND | (g_TaskbarSettings.bLock ? MF_CHECKED : MF_UNCHECKED));