mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:12:57 +00:00
[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:
parent
bca3b5833c
commit
0d4ae78fc9
1 changed files with 2 additions and 2 deletions
|
@ -1704,9 +1704,9 @@ ChangePos:
|
||||||
{
|
{
|
||||||
ShellExecute(hWndOwner,
|
ShellExecute(hWndOwner,
|
||||||
lpOperation,
|
lpOperation,
|
||||||
NULL,
|
|
||||||
NULL,
|
|
||||||
szDir,
|
szDir,
|
||||||
|
NULL,
|
||||||
|
NULL,
|
||||||
SW_SHOWNORMAL);
|
SW_SHOWNORMAL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue