mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 16:42:03 +00:00
Unbreak shell32, broken by janderwald this time ;-)
svn path=/trunk/; revision=30169
This commit is contained in:
parent
db2e11b33a
commit
a80a5aed57
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue