From: vsv Date: Tue, 2 Oct 2018 09:15:14 +0000 (+0300) Subject: Issue #2668: Change header of the color X-Git-Tag: CEA_2018-2~35 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2cf1c658899cfd01a5e273163a850b7c0798151b;p=modules%2Fshaper.git Issue #2668: Change header of the color --- diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index cd4512562..4eef01a5f 100755 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -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); }