mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
parent
ee5338ff13
commit
f4cb10f596
1 changed files with 6 additions and 2 deletions
|
@ -1807,11 +1807,15 @@ HRESULT CDefView::FillFileMenu()
|
|||
return hr;
|
||||
|
||||
// TODO: filter or something
|
||||
if (!selcount)
|
||||
{
|
||||
DeleteMenu(hmenu, FCIDM_SHVIEW_VIEW, MF_BYCOMMAND);
|
||||
DeleteMenu(hmenu, FCIDM_SHVIEW_ARRANGE, MF_BYCOMMAND);
|
||||
DeleteMenu(hmenu, FCIDM_SHVIEW_REFRESH, MF_BYCOMMAND);
|
||||
}
|
||||
|
||||
Shell_MergeMenus(hFileMenu, hmenu, 0, 0, 0xFFFF, MM_ADDSEPARATOR | MM_SUBMENUSHAVEIDS);
|
||||
|
||||
::DestroyMenu(hmenu);
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue