Author: mjansen
Date: Sat Apr 23 23:20:44 2016
New Revision: 71193

URL: http://svn.reactos.org/svn/reactos?rev=71193&view=rev
Log:
* Addendum to r71192,
which was based on the research of Jared Smudde, Sylvain Deverre and Robert 
Naumann.
CORE-10837

Modified:
    trunk/reactos/dll/win32/browseui/shellbrowser.cpp

Modified: trunk/reactos/dll/win32/browseui/shellbrowser.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/shellbrowser.cpp?rev=71193&r1=71192&r2=71193&view=diff
==============================================================================
--- trunk/reactos/dll/win32/browseui/shellbrowser.cpp   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/shellbrowser.cpp   [iso-8859-1] Sat Apr 23 
23:20:44 2016
@@ -3207,6 +3207,7 @@
         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;
     }


Reply via email to