mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 07:15:21 +02:00
parent
3661527fca
commit
65a90fd91a
@ -1881,6 +1881,7 @@ const TCHAR * Notepad_plus::fileSaveSession(size_t nbFile, TCHAR ** fileNames)
|
|||||||
sessionExt += TEXT(".");
|
sessionExt += TEXT(".");
|
||||||
sessionExt += ext;
|
sessionExt += ext;
|
||||||
fDlg.setExtFilter(TEXT("Session file"), sessionExt.c_str(), NULL);
|
fDlg.setExtFilter(TEXT("Session file"), sessionExt.c_str(), NULL);
|
||||||
|
fDlg.setExtIndex(0); // 0 index for "custom extention types"
|
||||||
}
|
}
|
||||||
fDlg.setExtFilter(TEXT("All types"), TEXT(".*"), NULL);
|
fDlg.setExtFilter(TEXT("All types"), TEXT(".*"), NULL);
|
||||||
sessionFileName = fDlg.doSaveDlg();
|
sessionFileName = fDlg.doSaveDlg();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user