mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:56:05 +00:00
[0.4.13][SHELL32] Improve Right-click copy/move/link menu
by porting back: 0.4.15-dev-5588-ge89675768b
[SHELL32] Add 3 accelerators for IDM_DRAGFILE MENU de-DE.rc (#5001) pick a single line only of 0.4.15-dev-984-ga5a30fc249
[SHELL32] CFSDropTarget.cpp ERR->TRACE to mute logspam and strip some EOL-whitespaces in 3 related source-files thats contents I will port back into even older branches, like it was done in master.
This commit is contained in:
parent
f7423b8f10
commit
b5d2895b86
4 changed files with 39 additions and 39 deletions
|
@ -75,7 +75,7 @@ HRESULT CFSDropTarget::_CopyItems(IShellFolder * pSFFrom, UINT cidl,
|
|||
return hr;
|
||||
|
||||
pszSrcList = BuildPathsList(strretFrom.pOleStr, cidl, apidl);
|
||||
ERR("Source file (just the first) = %s, target path = %s, bCopy: %d\n", debugstr_w(pszSrcList), debugstr_w(m_sPathTarget), bCopy);
|
||||
TRACE("Source file (just the first) = %s, target path = %s, bCopy: %d\n", debugstr_w(pszSrcList), debugstr_w(m_sPathTarget), bCopy);
|
||||
CoTaskMemFree(strretFrom.pOleStr);
|
||||
if (!pszSrcList)
|
||||
return E_OUTOFMEMORY;
|
||||
|
|
|
@ -78,9 +78,9 @@ IDM_DRAGFILE MENU
|
|||
BEGIN
|
||||
POPUP ""
|
||||
BEGIN
|
||||
MENUITEM "Hierher kopieren", IDM_COPYHERE
|
||||
MENUITEM "Hierher verschieben", IDM_MOVEHERE
|
||||
MENUITEM "Verknüpfung hier erstellen", IDM_LINKHERE
|
||||
MENUITEM "Hierher &kopieren", IDM_COPYHERE
|
||||
MENUITEM "Hierher &verschieben", IDM_MOVEHERE
|
||||
MENUITEM "Verknüpfung hier &erstellen", IDM_LINKHERE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Abbrechen", 0
|
||||
END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue