https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6e6c46a832ba7a276fe6feb1f3da524429a72e23

commit 6e6c46a832ba7a276fe6feb1f3da524429a72e23
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Mon Jun 25 03:02:36 2018 +0900
Commit:     Hermès BÉLUSCA - MAÏTO <[email protected]>
CommitDate: Sun Jun 24 20:02:36 2018 +0200

    [BROWSEUI] Re-enable the "Folder Options" menu item (#630)
    
    It was originally disabled in r71192 (8b77c254).
    CORE-11141
---
 dll/win32/browseui/shellbrowser.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dll/win32/browseui/shellbrowser.cpp 
b/dll/win32/browseui/shellbrowser.cpp
index 7bc511b338..a0cac36427 100644
--- a/dll/win32/browseui/shellbrowser.cpp
+++ b/dll/win32/browseui/shellbrowser.cpp
@@ -3487,8 +3487,6 @@ 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;
     }
     else if (theMenu == SHGetMenuFromID(fCurrentMenuBar, FCIDM_MENU_HELP))

Reply via email to