]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_ShapeType.cpp
Salome HOME
Merge branch 'BR_internationalization'
[modules/shaper.git] / src / GeomValidators / GeomValidators_ShapeType.cpp
index f9a4e517de50d6dc3691d4501dd87259360c1efa..8bc0d9fbdd6c9db30d44e7c08dae6d69ca80ea69 100755 (executable)
@@ -13,7 +13,7 @@
 #include <ModelAPI_AttributeSelectionList.h>
 #include <ModelAPI_AttributeReference.h>
 
-#include <Events_Error.h>
+#include <Events_InfoMessage.h>
 
 #include <string>
 #include <map>
@@ -42,7 +42,7 @@ GeomValidators_ShapeType::TypeOfShape GeomValidators_ShapeType::shapeType(const
   if (MyShapeTypes.find(aType) != MyShapeTypes.end())
     return MyShapeTypes[aType];
 
-  Events_Error::send("Shape type defined in XML is not implemented!");
+  Events_InfoMessage("Shape type defined in XML is not implemented!").send();
   return AnyShape;
 }