From 6e6c46a832ba7a276fe6feb1f3da524429a72e23 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Mon, 25 Jun 2018 03:02:36 +0900 Subject: [PATCH] [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 7bc511b3386..a0cac364275 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))