Salome HOME
Replace NewGeom text to SHAPER
[modules/shaper.git] / src / Config / Config_XMLReader.cpp
index b6bbc0ecc3cb98a2ea4759f3b3957620541404df..a995f3c7191cdb21dfcdd108d18aaad898174db3 100644 (file)
@@ -41,7 +41,7 @@ Config_XMLReader::Config_XMLReader(const std::string& theXmlFileName)
    * to use environment variable (at least for the current moment)
    */
   if (prefix.empty()) {
-    char* anEnv = getenv("NEW_GEOM_CONFIG_FILE");
+    char* anEnv = getenv("SHAPER_CONFIG_FILE");
     if (anEnv) {
       prefix = std::string(anEnv);
     }