mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 16:24:27 +02:00
parent
930873a957
commit
5e2e167d3e
@ -2479,7 +2479,7 @@ LRESULT Notepad_plus::process(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa
|
|||||||
//loop through nmdlg->nItems, get index and save it
|
//loop through nmdlg->nItems, get index and save it
|
||||||
for (unsigned int i = 0; i < nmdlg->nItems; ++i)
|
for (unsigned int i = 0; i < nmdlg->nItems; ++i)
|
||||||
{
|
{
|
||||||
fileSave(_pDocTab->getBufferByIndex(i));
|
fileSave(_pDocTab->getBufferByIndex(nmdlg->Items[i]));
|
||||||
}
|
}
|
||||||
nmdlg->processed = TRUE;
|
nmdlg->processed = TRUE;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user