Author: gadamopoulos
Date: Fri Aug 18 17:32:20 2017
New Revision: 75618
URL:
http://svn.reactos.org/svn/reactos?rev=75618&view=rev
Log:
[SHELL32] -CDefViewBckgrndMenu: Fix pasting in the background of a folder.
Modified:
trunk/reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp
Modified: trunk/reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/CDefView…
==============================================================================
--- trunk/reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp [iso-8859-1] Fri Aug 18
17:32:20 2017
@@ -219,6 +219,10 @@
/* 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: