mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[SHELL32] Initial SendTo implementation (#2021)
This PR will realize SendTo feature. Initially, there is no file in SendTo folder (displayed as "(None)"). If you added some shortcut files, then SendTo shows some menu items. - Copy, Move, and Link are working. - Added icons. CORE-12562
This commit is contained in:
committed by
GitHub
parent
97d937add1
commit
5308a606dc
@@ -289,6 +289,7 @@ BEGIN_OBJECT_MAP(ObjectMap)
|
||||
OBJECT_ENTRY(CLSID_RecycleBin, CRecycleBin)
|
||||
OBJECT_ENTRY(CLSID_OpenWithMenu, COpenWithMenu)
|
||||
OBJECT_ENTRY(CLSID_NewMenu, CNewMenu)
|
||||
OBJECT_ENTRY(CLSID_SendToMenu, CSendToMenu)
|
||||
OBJECT_ENTRY(CLSID_StartMenu, CStartMenuDummy)
|
||||
OBJECT_ENTRY(CLSID_MenuBandSite, CMenuSite)
|
||||
OBJECT_ENTRY(CLSID_MenuBand, CMenuBand)
|
||||
|
||||
Reference in New Issue
Block a user