Commit b38c6ef4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Windows, try to fix the Open Containing Folder...

parent 1abd3ad5
......@@ -882,7 +882,7 @@ void PLModel::popupSave()
#include <shellapi.h>
void PLModel::popupExplore()
{
ShellExecuteW( NULL, L"explore", L"C:\\", NULL, NULL, SW_SHOWNORMAL );
ShellExecute( NULL, "explore", "C:\\", NULL, NULL, SW_SHOWNORMAL );
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment