mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Unicode
This commit is contained in:
parent
0e26ff44b6
commit
0cf4af4443
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue