Fixed Replace Next not marking the script as modified.

Originally committed to SVN as r2935.
This commit is contained in:
harukalover 2009-05-15 02:50:43 +00:00
parent 3ce80afadf
commit 3011ade060

View file

@ -409,6 +409,7 @@ void SearchReplaceEngine::ReplaceNext(bool DoReplace) {
// Commit
grid->ass->FlagAsModified(_("replace"));
grid->CommitChanges();
}
else {