forked from mirror/openmw-tes3mp
fixed broken content file list in case of newly created addons
This commit is contained in:
parent
6882f069b2
commit
3d8216ee17
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ void CS::Editor::createNewFile (const boost::filesystem::path &savePath)
|
|||
files.push_back(path.toUtf8().constData());
|
||||
}
|
||||
|
||||
files.push_back(mFileDialog.filename().toUtf8().constData());
|
||||
files.push_back (savePath);
|
||||
|
||||
mDocumentManager.addDocument (files, savePath, true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue