mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Unbreak shell32, broken by janderwald this time ;-)
svn path=/trunk/; revision=30169
This commit is contained in:
@@ -706,8 +706,8 @@ static HRESULT WINAPI ISVBgCm_fnQueryContextMenu(
|
||||
mii.fMask = MIIM_STATE;
|
||||
mii.fState = MFS_DISABLED;
|
||||
mii.fType = 0;
|
||||
SetMenuItemInfoW(hMenu, FCIDM_SHVIEW_INSERT, FALSE, &mii));
|
||||
SetMenuItemInfoW(hMenu, FCIDM_SHVIEW_INSERTLINK, FALSE, &mii));
|
||||
SetMenuItemInfoW(hMenu, FCIDM_SHVIEW_INSERT, FALSE, &mii);
|
||||
SetMenuItemInfoW(hMenu, FCIDM_SHVIEW_INSERTLINK, FALSE, &mii);
|
||||
}
|
||||
|
||||
if (This->bDesktop)
|
||||
|
||||
Reference in New Issue
Block a user