mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 23:05:13 +02:00
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…
x
Reference in New Issue
Block a user