[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
This commit is contained in:
Mark Jansen 2016-07-16 17:49:27 +00:00
parent bca3b5833c
commit 0d4ae78fc9

View file

@ -1704,9 +1704,9 @@ ChangePos:
{ {
ShellExecute(hWndOwner, ShellExecute(hWndOwner,
lpOperation, lpOperation,
NULL,
NULL,
szDir, szDir,
NULL,
NULL,
SW_SHOWNORMAL); SW_SHOWNORMAL);
} }
} }