mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[SHELL32] -CDefViewBckgrndMenu: Fix pasting in the background of a folder.
svn path=/trunk/; revision=75618
This commit is contained in:
parent
e6008ea636
commit
1980176e15
1 changed files with 4 additions and 0 deletions
|
@ -219,6 +219,10 @@ CDefViewBckgrndMenu::InvokeCommand(LPCMINVOKECOMMANDINFO lpcmi)
|
|||
/* The commands that are handled by the def view are forwarded to it */
|
||||
switch (idCmd)
|
||||
{
|
||||
case FCIDM_SHVIEW_INSERT:
|
||||
case FCIDM_SHVIEW_INSERTLINK:
|
||||
lpcmi->lpVerb = MAKEINTRESOURCEA(idCmd);
|
||||
return m_folderCM->InvokeCommand(lpcmi);
|
||||
case FCIDM_SHVIEW_BIGICON:
|
||||
case FCIDM_SHVIEW_SMALLICON:
|
||||
case FCIDM_SHVIEW_LISTVIEW:
|
||||
|
|
Loading…
Reference in a new issue