[SHELL32] -CDefViewBckgrndMenu: Fix pasting in the background of a folder.

svn path=/trunk/; revision=75618
This commit is contained in:
Giannis Adamopoulos 2017-08-18 17:32:20 +00:00
parent e6008ea636
commit 1980176e15

View file

@ -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: