Fixed a Folder select dialog
This commit is contained in:
parent
4204640052
commit
caae99952c
|
@ -973,7 +973,7 @@ LRESULT CALLBACK WndMain::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP
|
|||
bInfo.pidlRoot = nullptr;
|
||||
bInfo.pszDisplayName = szDir;
|
||||
bInfo.lpszTitle = "Please, select a folder";
|
||||
bInfo.ulFlags = BIF_NEWDIALOGSTYLE, BIF_EDITBOX, BIF_VALIDATE;
|
||||
bInfo.ulFlags = BIF_NEWDIALOGSTYLE | BIF_EDITBOX | BIF_VALIDATE;
|
||||
bInfo.lpfn = nullptr;
|
||||
bInfo.lParam = 0;
|
||||
bInfo.iImage = -1;
|
||||
|
|
Loading…
Reference in New Issue