[EXPLORER] Winkey + E shortcut should open "My Computer" instead of "My documents" CORE-14199

This commit is contained in:
Giannis Adamopoulos 2018-01-13 21:14:16 +02:00
parent 5966a18e66
commit 4b6d929be1

View file

@ -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);