Changed: Unicode

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-19 13:17:07 +01:00
parent cbb1233ce2
commit 0a4ce7e4e1

View file

@ -370,7 +370,7 @@ bool CMissionCompilerFeDlg::readConfigFile()
{ {
if ((pathsPrim->size() != names->size()) || (pathsText->size() != names->size())) 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); PostQuitMessage(-1);
return false; return false;
} }