Changed: Unicode

This commit is contained in:
kervala 2016-12-19 13:17:07 +01:00
parent 0e26ff44b6
commit 0cf4af4443

View file

@ -370,7 +370,7 @@ bool CMissionCompilerFeDlg::readConfigFile()
{
if ((pathsPrim->size() != names->size()) || (pathsText->size() != names->size()))
{
AfxMessageBox("Config file : ServerPathPrim, ServerPathText and ServerName are different in size !", MB_OK);
AfxMessageBox(_T("Config file : ServerPathPrim, ServerPathText and ServerName are different in size !"), MB_OK);
PostQuitMessage(-1);
return false;
}