src: switched to use only wstring for FilePath::filename and FilePath::extension
This commit is contained in:
@@ -448,7 +448,7 @@ void Application::updateTitle()
|
||||
|
||||
if (!projectPath.empty())
|
||||
{
|
||||
title += L" - " + projectPath.wFileName();
|
||||
title += L" - " + projectPath.fileName();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user