mirror of https://github.com/odrling/Aegisub
Fix setting of filename when saving the subtitles
Originally committed to SVN as r5655.
This commit is contained in:
parent
bfcd76c4aa
commit
976061747d
|
@ -168,7 +168,7 @@ void AssFile::Save(wxString filename, bool setfilename, bool addToRecent, wxStri
|
||||||
|
|
||||||
if (setfilename) {
|
if (setfilename) {
|
||||||
savedCommitId = commitId;
|
savedCommitId = commitId;
|
||||||
filename = filename;
|
this->filename = filename;
|
||||||
}
|
}
|
||||||
|
|
||||||
FileSave();
|
FileSave();
|
||||||
|
|
Loading…
Reference in New Issue