From 0d4ae78fc9b4b1190609efa70867a84fae8cab22 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Sat, 16 Jul 2016 17:49:27 +0000 Subject: [PATCH] [EXPLORER] Fix the Explore all users/open all users menu items. Patch by Jared Smudde. CORE-11146 #resolve #comment Thanks! svn path=/trunk/; revision=71956 --- reactos/base/shell/explorer/traywnd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/shell/explorer/traywnd.cpp b/reactos/base/shell/explorer/traywnd.cpp index 6ed2901f3fc74..3e6b91e5629c0 100644 --- a/reactos/base/shell/explorer/traywnd.cpp +++ b/reactos/base/shell/explorer/traywnd.cpp @@ -1704,9 +1704,9 @@ class CTrayWindow : { ShellExecute(hWndOwner, lpOperation, + szDir, NULL, NULL, - szDir, SW_SHOWNORMAL); } }