]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_FieldDriver.cxx
Salome HOME
Merge remote branch 'origin/gdd/translations'
[modules/geom.git] / src / GEOMImpl / GEOMImpl_FieldDriver.cxx
index f52236985a816ba76ca7c738b896a26bb3693f86..434f0289af14bdbbd38d5d2d8eac21613333c12d 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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() );