Salome HOME
ILMAB project. A dialog box for creating/editing the Field on Geometry implemented
[modules/geom.git] / src / GEOMImpl / GEOMImpl_FieldDriver.cxx
index f52236985a816ba76ca7c738b896a26bb3693f86..23f118b01c534a0ed7eec14a8fe1561a6a1641a3 100644 (file)
@@ -67,7 +67,7 @@ GetCreationInformation(std::string&             theOperationName,
 
   if ( funType == GEOM_Field::FUN_ADD_FIELD )
   {
-    theOperationName = "ADD_FIELD";
+    theOperationName = "FIELD_CREATE";
     // geompy.CreateField(shape, name, type, dimension, componentNames)
     Handle(GEOM_Field) f = GEOM_Field::GetField( function->GetOwnerEntry() );
     AddParam( theParams, "Shape", data.GetShape() );