mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[BROWSEUI]
* Implement executing the items from the Favorites menu. svn path=/branches/shell-experiments/; revision=65094
This commit is contained in:
@@ -632,6 +632,7 @@ HRESULT STDMETHODCALLTYPE CMenuCallback::CallbackSM(LPSMDATA psmd, UINT uMsg, WP
|
||||
case SMC_GETSFOBJECT:
|
||||
break;
|
||||
case SMC_SFEXEC:
|
||||
SHInvokeDefaultCommand(psmd->hwnd, psmd->psf, psmd->pidlItem);
|
||||
break;
|
||||
case SMC_SFSELECTITEM:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user