]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_Translator.cpp
Salome HOME
Correct compilation error
[modules/shaper.git] / src / Config / Config_Translator.cpp
index b6984f002c392ce619ed3093e9544382a7ae30b1..643681be20917c3e2225c807f683f2429abce1a0 100644 (file)
@@ -94,7 +94,7 @@ bool Config_Translator::load(const std::string& theFileName)
 std::string Config_Translator::translate(std::shared_ptr<Events_InfoMessage> theInfo)
 {
   std::string aContext = theInfo->context();
-  std::string aMessage = theInfo->message();
+  std::string aMessage = theInfo->messageString();
   std::list<std::string> aParameters = theInfo->parameters();
   return translate(aContext, aMessage, aParameters);
 }