Salome HOME
Merge branch 'csgroup_IS2'
[modules/shaper.git] / src / Model / Model_ResultConstruction.cpp
index fb7db569999e8f974b7a89b4b36dbcd9af7c0580..5f5d588ee22180e90dded0a2437a8f4ba2d7c872 100644 (file)
@@ -100,7 +100,7 @@ void Model_ResultConstruction::colorConfigInfo(std::string& theSection, std::str
                                        std::string& theDefault)
 {
   theSection = "Visualization";
-  theName = "result_construction_color";
+  theName = RESULT_COLOR_NAME();
   theDefault = DEFAULT_COLOR();
 }