Commit 64fcece0 authored by Rémi Duraffort's avatar Rémi Duraffort

Typo

parent 50a0ba79
......@@ -1050,7 +1050,7 @@ void PLModel::popupSave()
#include <shellapi.h>
void PLModel::popupExplore()
{
ShellExecuteW(NULL, L"explore", L"C:\\", NULL, NULL, SW_SHOWNORMAL );
ShellExecuteW( NULL, L"explore", L"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