CModelEditorWindow: Make window title translatable
This commit is contained in:
parent
991f5de359
commit
0b74006bd6
|
@ -753,7 +753,7 @@ void CModelEditorWindow::Import()
|
||||||
pModel = CModelLoader::ImportAssimpNode(pScene->mRootNode, pScene, *pSet);
|
pModel = CModelLoader::ImportAssimpNode(pScene->mRootNode, pScene, *pSet);
|
||||||
|
|
||||||
SetActiveModel(pModel);
|
SetActiveModel(pModel);
|
||||||
SET_WINDOWTITLE_APPVARS("%APP_FULL_NAME% - Model Editor: Untitled");
|
SET_WINDOWTITLE_APPVARS(tr("%APP_FULL_NAME% - Model Editor: Untitled"));
|
||||||
mOutputFilename = "";
|
mOutputFilename = "";
|
||||||
gpResourceStore->DestroyUnreferencedResources();
|
gpResourceStore->DestroyUnreferencedResources();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue