mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:03:07 +00:00
[SHELL32] Implement Move To Folder (#3056)
- Add context menu item "Mo&ve to folder..." and implement the action. - Implement the "Mo&ve to folder..." menu item of "Edit" menu of Explorer. CORE-11132
This commit is contained in:
parent
679c95597c
commit
46ff964e22
45 changed files with 590 additions and 9 deletions
|
@ -291,6 +291,7 @@ BEGIN_OBJECT_MAP(ObjectMap)
|
|||
OBJECT_ENTRY(CLSID_NewMenu, CNewMenu)
|
||||
OBJECT_ENTRY(CLSID_SendToMenu, CSendToMenu)
|
||||
OBJECT_ENTRY(CLSID_CopyToMenu, CCopyToMenu)
|
||||
OBJECT_ENTRY(CLSID_MoveToMenu, CMoveToMenu)
|
||||
OBJECT_ENTRY(CLSID_StartMenu, CStartMenuDummy)
|
||||
OBJECT_ENTRY(CLSID_MenuBandSite, CMenuSite)
|
||||
OBJECT_ENTRY(CLSID_MenuBand, CMenuBand)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue