parent
a83fa30de6
commit
bac637ddfa
|
@ -42,9 +42,7 @@ FileDialog::FileDialog(HWND hwnd, HINSTANCE hInst)
|
||||||
staticThis = this;
|
staticThis = this;
|
||||||
//for (int i = 0 ; i < nbExtMax ; i++)
|
//for (int i = 0 ; i < nbExtMax ; i++)
|
||||||
// _extArray[i][0] = '\0';
|
// _extArray[i][0] = '\0';
|
||||||
|
memset(_fileName, 0, sizeof(_fileName));
|
||||||
_fileName[0] = '\0';
|
|
||||||
|
|
||||||
_winVersion = (NppParameters::getInstance())->getWinVersion();
|
_winVersion = (NppParameters::getInstance())->getWinVersion();
|
||||||
|
|
||||||
_ofn.lStructSize = sizeof(_ofn);
|
_ofn.lStructSize = sizeof(_ofn);
|
||||||
|
|
Loading…
Reference in New Issue