]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
rnc: added missing translation of a warning message
authorgdd <gdd>
Tue, 29 Mar 2011 12:41:26 +0000 (12:41 +0000)
committergdd <gdd>
Tue, 29 Mar 2011 12:41:26 +0000 (12:41 +0000)
src/SKETCHER/Sketcher_Profile.cxx

index d7c46982fd93aa55f92f38f5fd89df4b5ed0a8a0..2f62f13eb654e52c38461b90e14df9aed9615b3c 100644 (file)
@@ -329,7 +329,7 @@ Sketcher_Profile::Sketcher_Profile(const char* aCmd)
          Standard_Real error = Abs(length2 - radius);
          if ( error > Precision::Confusion() ){
            MESSAGE("Warning : The specified end point is not on the Arc, distance = "<<error);
-           myErrMsg = "Warning : The specified End Point is not on the Arc";
+           myErrMsg = "GEOM_SKETCHER_WARNING";//"Warning : The specified End Point is not on the Arc";
          }
           if ( error > Precision::Confusion() &&                                                // Don't create the arc if the end point 
               control_Tolerance == 1)                                                          // is too far from it