]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_OffsetDriver.cxx
Salome HOME
IPAL52714: Wrong creation information of Thickness GEOM object
[modules/geom.git] / src / GEOMImpl / GEOMImpl_OffsetDriver.cxx
index da393a67edf988bda4bff539398ff33a0b79f6ac..112966a3f276b1f5547febd55111bccb3bf11e86 100644 (file)
@@ -210,7 +210,7 @@ GetCreationInformation(std::string&             theOperationName,
     break;
   case OFFSET_THICKENING:
   case OFFSET_THICKENING_COPY:
-    theOperationName = "MakeThickening";
+    theOperationName = "THICKNESS";
     AddParam( theParams, "Object", aCI.GetShape() );
     AddParam( theParams, "Offset", aCI.GetParam() ? -aCI.GetValue() : aCI.GetValue() );
     {