mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[EXPLORER] Winkey + E shortcut should open "My Computer" instead of "My documents" CORE-14199
This commit is contained in:
parent
5966a18e66
commit
4b6d929be1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue