mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-13 08:35:58 +00:00
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);
|
||||
|
||||
SetActiveModel(pModel);
|
||||
SET_WINDOWTITLE_APPVARS("%APP_FULL_NAME% - Model Editor: Untitled");
|
||||
SET_WINDOWTITLE_APPVARS(tr("%APP_FULL_NAME% - Model Editor: Untitled"));
|
||||
mOutputFilename = "";
|
||||
gpResourceStore->DestroyUnreferencedResources();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user