* Addendum to r71192,
authorMark Jansen <mark.jansen@reactos.org>
Sat, 23 Apr 2016 23:20:44 +0000 (23:20 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Sat, 23 Apr 2016 23:20:44 +0000 (23:20 +0000)
which was based on the research of Jared Smudde, Sylvain Deverre and Robert Naumann.
CORE-10837

svn path=/trunk/; revision=71193

reactos/dll/win32/browseui/shellbrowser.cpp

index fb55bd1..57ae55e 100644 (file)
@@ -3207,6 +3207,7 @@ LRESULT CShellBrowser::OnInitMenuPopup(UINT uMsg, WPARAM wParam, LPARAM lParam,
         SHEnableMenuItem(theMenu, IDM_TOOLS_MAPNETWORKDRIVE, FALSE);
         SHEnableMenuItem(theMenu, IDM_TOOLS_DISCONNECTNETWORKDRIVE, FALSE);
         SHEnableMenuItem(theMenu, IDM_TOOLS_SYNCHRONIZE, FALSE);
+        FIXME("Folder options dialog is stubbed: CORE-11141\n");
         SHEnableMenuItem(theMenu, IDM_TOOLS_FOLDEROPTIONS, FALSE);  // Remove when CORE-11141 is fixed.
         menuIndex = 4;
     }