From 2cf1c658899cfd01a5e273163a850b7c0798151b Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 2 Oct 2018 12:15:14 +0300 Subject: [PATCH] Issue #2668: Change header of the color --- src/PartSet/PartSet_Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2