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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/base/shell/explorer/traywnd.cpp b/reactos/base/shell/explorer/traywnd.cpp index 6ed2901f3fc..3e6b91e5629 100644 --- a/reactos/base/shell/explorer/traywnd.cpp +++ b/reactos/base/shell/explorer/traywnd.cpp @@ -1704,9 +1704,9 @@ ChangePos: { ShellExecute(hWndOwner, lpOperation, - NULL, - NULL, szDir, + NULL, + NULL, SW_SHOWNORMAL); } }