From 0a4ce7e4e1746578c9c73c8727fe53e9db94a559 Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 19 Dec 2016 13:17:07 +0100 Subject: [PATCH] Changed: Unicode --HG-- branch : develop --- .../leveldesign/mission_compiler_fe/mission_compiler_feDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/leveldesign/mission_compiler_fe/mission_compiler_feDlg.cpp b/code/ryzom/tools/leveldesign/mission_compiler_fe/mission_compiler_feDlg.cpp index d43277d6c..fdbf9e668 100644 --- a/code/ryzom/tools/leveldesign/mission_compiler_fe/mission_compiler_feDlg.cpp +++ b/code/ryzom/tools/leveldesign/mission_compiler_fe/mission_compiler_feDlg.cpp @@ -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; }