]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2668: Change header of the color
authorvsv <vsv@opencascade.com>
Tue, 2 Oct 2018 09:15:14 +0000 (12:15 +0300)
committervsv <vsv@opencascade.com>
Tue, 2 Oct 2018 09:15:14 +0000 (12:15 +0300)
src/PartSet/PartSet_Module.cpp

index cd451256212708f09d47c414a50fe7826a6bd27b..4eef01a5fb328bf9ccfa1178412aa619178909da 100755 (executable)
@@ -224,7 +224,7 @@ PartSet_Module::PartSet_Module(ModuleBase_IWorkshop* theWshop)
     "Dimension value size", Config_Prop::IntSpin, aStream.str());
 
   Config_PropManager::registerProp("Visualization", "sketch_dimension_color",
-    "Sketch dimension color",
+    "Dimension color",
     Config_Prop::Color, SKETCH_DIMENSION_COLOR);
 }