Author: mjansen
Date: Sat Jul 16 17:49:27 2016
New Revision: 71956

URL: http://svn.reactos.org/svn/reactos?rev=71956&view=rev
Log:
[EXPLORER] Fix the Explore all users/open all users menu items. Patch by Jared 
Smudde. CORE-11146 #resolve #comment Thanks!

Modified:
    trunk/reactos/base/shell/explorer/traywnd.cpp

Modified: trunk/reactos/base/shell/explorer/traywnd.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/traywnd.cpp?rev=71956&r1=71955&r2=71956&view=diff
==============================================================================
--- trunk/reactos/base/shell/explorer/traywnd.cpp       [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/traywnd.cpp       [iso-8859-1] Sat Jul 16 
17:49:27 2016
@@ -1704,9 +1704,9 @@
         {
             ShellExecute(hWndOwner,
                          lpOperation,
+                         szDir,
                          NULL,
                          NULL,
-                         szDir,
                          SW_SHOWNORMAL);
         }
     }


Reply via email to