mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +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 */
|
/* The commands that are handled by the def view are forwarded to it */
|
||||||
switch (idCmd)
|
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_BIGICON:
|
||||||
case FCIDM_SHVIEW_SMALLICON:
|
case FCIDM_SHVIEW_SMALLICON:
|
||||||
case FCIDM_SHVIEW_LISTVIEW:
|
case FCIDM_SHVIEW_LISTVIEW:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue