From a1337dbda9ae73222cc7e68dc168362f7ddad10b Mon Sep 17 00:00:00 2001 From: Jan Boon Date: Sun, 1 Nov 2020 02:45:39 +0800 Subject: [PATCH] Update string_manager_client.cpp --- ryzom/client/src/string_manager_client.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ryzom/client/src/string_manager_client.cpp b/ryzom/client/src/string_manager_client.cpp index 0ef667dc9..734b3bea6 100644 --- a/ryzom/client/src/string_manager_client.cpp +++ b/ryzom/client/src/string_manager_client.cpp @@ -1178,9 +1178,9 @@ bool CStringManagerClient::checkWordFileDates(vector &fileChecks, co // *************************************************************************** void CStringManagerClient::initI18NSpecialWords(const string &languageCode) { - ucstring womenNameColIdent = "women_name"; - ucstring descColIdent = "description"; - ucstring descColIdent2 = "description2"; + ucstring womenNameColIdent = ucstring("women_name"); + ucstring descColIdent = ucstring("description"); + ucstring descColIdent2 = ucstring("description2"); // List of words to append to the local CI18N system. static const char *specialWords[]=