From 1fd32f0bbf9c91298bef8cefc7337e6d2458af02 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Sat, 23 Apr 2016 23:20:44 +0000 Subject: [PATCH] * Addendum to r71192, 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/browseui/shellbrowser.cpp b/reactos/dll/win32/browseui/shellbrowser.cpp index fb55bd1f519..57ae55e4d68 100644 --- a/reactos/dll/win32/browseui/shellbrowser.cpp +++ b/reactos/dll/win32/browseui/shellbrowser.cpp @@ -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; }