Author: dquintana
Date: Tue Oct 28 22:28:28 2014
New Revision: 65094

URL: http://svn.reactos.org/svn/reactos?rev=65094&view=rev
Log:
[BROWSEUI]
* Implement executing the items from the Favorites menu.

Modified:
    branches/shell-experiments/dll/win32/browseui/internettoolbar.cpp

Modified: branches/shell-experiments/dll/win32/browseui/internettoolbar.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/browseui/internettoolbar.cpp?rev=65094&r1=65093&r2=65094&view=diff
==============================================================================
--- branches/shell-experiments/dll/win32/browseui/internettoolbar.cpp   
[iso-8859-1] (original)
+++ branches/shell-experiments/dll/win32/browseui/internettoolbar.cpp   
[iso-8859-1] Tue Oct 28 22:28:28 2014
@@ -632,6 +632,7 @@
         case SMC_GETSFOBJECT:
             break;
         case SMC_SFEXEC:
+            SHInvokeDefaultCommand(psmd->hwnd, psmd->psf, psmd->pidlItem);
             break;
         case SMC_SFSELECTITEM:
             break;


Reply via email to