mirror of
https://github.com/reactos/reactos.git
synced 2025-05-15 07:17:23 +00:00
[BROWSEUI]
* Disable the Tools menu items until they are implemented. svn path=/branches/shell-experiments/; revision=65081
This commit is contained in:
parent
a2eba5b034
commit
41e4833e4e
1 changed files with 5 additions and 0 deletions
|
@ -3152,6 +3152,11 @@ LRESULT CShellBrowser::OnInitMenuPopup(UINT uMsg, WPARAM wParam, LPARAM lParam,
|
|||
}
|
||||
else if (theMenu == SHGetMenuFromID(fCurrentMenuBar, FCIDM_MENU_TOOLS))
|
||||
{
|
||||
// FIXME: Remove once implemented
|
||||
SHEnableMenuItem(theMenu, IDM_TOOLS_MAPNETWORKDRIVE, FALSE);
|
||||
SHEnableMenuItem(theMenu, IDM_TOOLS_DISCONNECTNETWORKDRIVE, FALSE);
|
||||
SHEnableMenuItem(theMenu, IDM_TOOLS_SYNCHRONIZE, FALSE);
|
||||
SHEnableMenuItem(theMenu, IDM_TOOLS_FOLDEROPTIONS, FALSE);
|
||||
menuIndex = 4;
|
||||
}
|
||||
else if (theMenu == SHGetMenuFromID(fCurrentMenuBar, FCIDM_MENU_HELP))
|
||||
|
|
Loading…
Reference in a new issue