mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHELL32] -CDefaultContextMenu: Correctly differentiate the copy and the cut commands.
svn path=/trunk/; revision=75619
This commit is contained in:
@@ -1212,7 +1212,7 @@ CDefaultContextMenu::InvokeCommand(
|
||||
break;
|
||||
case FCIDM_SHVIEW_COPY:
|
||||
case FCIDM_SHVIEW_CUT:
|
||||
Result = DoCopyOrCut(&LocalInvokeInfo, LOWORD(LocalInvokeInfo.lpVerb) == FCIDM_SHVIEW_COPY);
|
||||
Result = DoCopyOrCut(&LocalInvokeInfo, CmdId == FCIDM_SHVIEW_COPY);
|
||||
break;
|
||||
case FCIDM_SHVIEW_CREATELINK:
|
||||
Result = DoCreateLink(&LocalInvokeInfo);
|
||||
|
||||
Reference in New Issue
Block a user