rnc: added missing translation of a warning message

This commit is contained in:
gdd 2011-03-29 12:41:26 +00:00
parent 01bec554f7
commit d0515462ad

View File

@ -329,7 +329,7 @@ Sketcher_Profile::Sketcher_Profile(const char* aCmd)
Standard_Real error = Abs(length2 - radius); Standard_Real error = Abs(length2 - radius);
if ( error > Precision::Confusion() ){ if ( error > Precision::Confusion() ){
MESSAGE("Warning : The specified end point is not on the Arc, distance = "<<error); 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 if ( error > Precision::Confusion() && // Don't create the arc if the end point
control_Tolerance == 1) // is too far from it control_Tolerance == 1) // is too far from it