Fix saveAll bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@268 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
41be902ec8
commit
25a8dd0dd8
|
@ -983,7 +983,7 @@ bool Notepad_plus::fileSave(BufferID id)
|
|||
const char *fn = buf->getFilePath();
|
||||
if (buf->isUntitled())
|
||||
{
|
||||
return fileSaveAs();
|
||||
return fileSaveAs(id);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue