mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
@@ -1522,9 +1522,6 @@ HRESULT CDefView::InvokeContextMenuCommand(CComPtr<IContextMenu> &pCM, UINT uCom
|
||||
cmi.lpVerb = MAKEINTRESOURCEA(uCommand);
|
||||
cmi.hwnd = m_hWnd;
|
||||
|
||||
if (uCommand==FCIDM_SHVIEW_COPYTO) cmi.lpVerb = "copyto";
|
||||
if (uCommand==FCIDM_SHVIEW_MOVETO) cmi.lpVerb = "moveto";
|
||||
|
||||
if (GetKeyState(VK_SHIFT) & 0x8000)
|
||||
cmi.fMask |= CMIC_MASK_SHIFT_DOWN;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user