Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / src / Config / Config_Translator.h
index 9359085fa4e6f75c536058c7e60259b08993de5f..4fbfcb5b98441158939788a2d5988bba5ae497da 100644 (file)
@@ -15,7 +15,7 @@
 
 
 /// The definition provides collection and writing of missed translations
-#define MISSED_TRANSLATION
+//#define MISSED_TRANSLATION
 
 /**
  * \class Config_Translator
@@ -55,7 +55,7 @@ public:
   * \param theParams a list of parameters (can be empty)
   */
   static CONFIG_EXPORT std::string translate(const std::string& theContext,
-    const std::string& theMessage, 
+    const std::string& theMessage,
     const std::list<std::string>& theParams = std::list<std::string>());