]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_Tools.cpp
Salome HOME
Change name of standalone application from OpenParts to CADBuilder
[modules/shaper.git] / src / ModuleBase / ModuleBase_Tools.cpp
index 3d47d3cde272b10d0441cdf0de12d8978a46c3a1..b528344ce493df558b99541aabaa011b1cdc12fd 100644 (file)
@@ -1130,7 +1130,7 @@ void setPointBallHighlighting(AIS_Shape* theAIS)
       aFile = std::string(anEnv) +
         FSEP + "share" + FSEP + "salome" + FSEP + "resources" + FSEP + "shaper";
     } else {
-      anEnv = getenv("OPENPARTS_ROOT_DIR");
+      anEnv = getenv("CADBUILDER_ROOT_DIR");
       if (anEnv)
         aFile = std::string(anEnv) + FSEP + "resources";
     }