]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0021565: [CEA 557] Opposite of the pipe.
authorjfa <jfa@opencascade.com>
Thu, 25 Oct 2012 11:11:15 +0000 (11:11 +0000)
committerjfa <jfa@opencascade.com>
Thu, 25 Oct 2012 11:11:15 +0000 (11:11 +0000)
src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx

index b4103f9fa5576a2846c924159ca47508cbeabe35..680ab449722092d7ba9154598f34d013976c3713 100644 (file)
@@ -2285,7 +2285,7 @@ Handle(GEOM_Object) GEOMImpl_I3DPrimOperations::RestorePath (Handle(GEOM_Object)
   }
   catch (Standard_Failure) {
     Handle(Standard_Failure) aFail = Standard_Failure::Caught();
-    SetErrorCode(aFail->GetMessageString());
+    SetErrorCode("RestorePath: inappropriate arguments given");
     return NULL;
   }