https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4b6d929be1a13e2a1867b23f142af7b65f368c88

commit 4b6d929be1a13e2a1867b23f142af7b65f368c88
Author:     Giannis Adamopoulos <[email protected]>
AuthorDate: Sat Jan 13 21:14:16 2018 +0200
Commit:     Giannis Adamopoulos <[email protected]>
CommitDate: Sat Jan 13 21:14:16 2018 +0200

    [EXPLORER] Winkey + E shortcut should open "My Computer" instead of "My 
documents" CORE-14199
---
 base/shell/explorer/traywnd.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/shell/explorer/traywnd.cpp b/base/shell/explorer/traywnd.cpp
index fefd0f0623..d1f30e3b42 100644
--- a/base/shell/explorer/traywnd.cpp
+++ b/base/shell/explorer/traywnd.cpp
@@ -544,7 +544,7 @@ public:
         case IDHK_EXPLORE:
             //FIXME: We don't support this yet:
             //ShellExecuteW(0, L"explore", NULL, NULL, NULL, 1);
-            ShellExecuteW(0, NULL, L"explorer.exe", NULL, NULL, 1); 
+            ShellExecuteW(0, NULL, L"explorer.exe", L"/e ,", NULL, 1); 
             break;
         case IDHK_FIND:
             SHFindFiles(NULL, NULL);

Reply via email to