Fix setting of filename when saving the subtitles

Originally committed to SVN as r5655.
This commit is contained in:
Thomas Goyne 2011-09-28 19:50:59 +00:00
parent bfcd76c4aa
commit 976061747d
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ void AssFile::Save(wxString filename, bool setfilename, bool addToRecent, wxStri
if (setfilename) {
savedCommitId = commitId;
filename = filename;
this->filename = filename;
}
FileSave();