From: vsv Date: Wed, 2 Nov 2016 09:21:43 +0000 (+0300) Subject: Issue #1836: remove Unicode symbols from the code X-Git-Tag: V_2.6.0~131 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b361b857692e1ef794ec37355cfe9d9ec527fe7f;p=modules%2Fshaper.git Issue #1836: remove Unicode symbols from the code --- diff --git a/src/SketchPlugin/SketchPlugin_ConstraintSplit.h b/src/SketchPlugin/SketchPlugin_ConstraintSplit.h index dee2b9e04..78df54272 100755 --- a/src/SketchPlugin/SketchPlugin_ConstraintSplit.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintSplit.h @@ -26,7 +26,7 @@ typedef std::pair > IdToPointP * * The following constraints will be applied after split to keep the divided segments geometry: * - Coincident constraints for both parts of created segments in the point of splitting - * - For linear segments parallel, for circles – tangent constraint, for arc – tangent and equal + * - For linear segments parallel, for circles - tangent constraint, for arc - tangent and equal * constraints. In case of three segments in result two couple of constraints are created * - parallel and equal constraints: the first is between 1st and middle entity, the second is * between 1st and 3rd.