mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
* Addendum to r71192,
which was based on the research of Jared Smudde, Sylvain Deverre and Robert Naumann. CORE-10837 svn path=/trunk/; revision=71193
This commit is contained in:
parent
8b77c254f8
commit
1fd32f0bbf
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue