Skip to content

Commit

Permalink
[EXPLORER] Fix the Explore all users/open all users menu items. Patch…
Browse files Browse the repository at this point in the history
… by Jared Smudde. CORE-11146 #resolve #comment Thanks!

svn path=/trunk/; revision=71956
  • Loading branch information
learn-more committed Jul 16, 2016
1 parent bca3b58 commit 0d4ae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactos/base/shell/explorer/traywnd.cpp
Expand Up @@ -1704,9 +1704,9 @@ class CTrayWindow :
{
ShellExecute(hWndOwner,
lpOperation,
szDir,
NULL,
NULL,
szDir,
SW_SHOWNORMAL);
}
}
Expand Down

0 comments on commit 0d4ae78

Please sign in to comment.