Skip to content

Commit

Permalink
[BROWSEUI] Enable the Disconnect Network Drive dialog in the Tools menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredSmudde committed Sep 14, 2018
1 parent f9d08cd commit eb56b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/win32/browseui/shellbrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3486,7 +3486,7 @@ LRESULT CShellBrowser::OnInitMenuPopup(UINT uMsg, WPARAM wParam, LPARAM lParam,
{
// FIXME: Remove once implemented
SHEnableMenuItem(theMenu, IDM_TOOLS_MAPNETWORKDRIVE, FALSE);
SHEnableMenuItem(theMenu, IDM_TOOLS_DISCONNECTNETWORKDRIVE, FALSE);
//SHEnableMenuItem(theMenu, IDM_TOOLS_DISCONNECTNETWORKDRIVE, FALSE);
SHEnableMenuItem(theMenu, IDM_TOOLS_SYNCHRONIZE, FALSE);
menuIndex = 4;
}
Expand Down

0 comments on commit eb56b2b

Please sign in to comment.