[BROWSEUI]

* Implement executing the items from the Favorites menu.

svn path=/branches/shell-experiments/; revision=65094
This commit is contained in:
David Quintana 2014-10-28 22:28:28 +00:00
parent a3006f2401
commit d75b3832c8

View file

@ -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;