Small fix regarding character set of files being exported
Originally committed to SVN as r15.
This commit is contained in:
parent
e72d2c9f94
commit
59db7e90e1
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ void AssFile::Save(wxString _filename,bool setfilename,bool addToRecent,const wx
|
|||
void AssFile::Export(wxString _filename) {
|
||||
AssExporter exporter(this);
|
||||
exporter.AddAutoFilters();
|
||||
exporter.Export(_filename);
|
||||
exporter.Export(_filename,_T("UTF-8"));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue