]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #881: Change label of selection controls of angle operation
authorvsv <vitaly.smetannikov@opencascade.com>
Fri, 11 Sep 2015 12:39:37 +0000 (15:39 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Fri, 11 Sep 2015 12:39:37 +0000 (15:39 +0300)
src/SketchPlugin/plugin-Sketch.xml

index 76d9bb6b43e45ecc0602f9a3ad51c7a49f414f64..5aeef73455f94bf69a43b32e682cfd5ee61f27e7 100644 (file)
 
       <!--  SketchConstraintAngle  -->
       <feature id="SketchConstraintAngle" title="Angle" tooltip="Set fixed angle between two line segments" icon=":icons/angle_constr.png">
-        <shape_selector id="ConstraintEntityA" label="Line" tooltip="Select an line" shape_types="edge" >
+        <shape_selector id="ConstraintEntityA" label="Line 1" tooltip="Select an line" shape_types="edge" >
           <validator id="GeomValidators_ShapeType" parameters="line"/>
           <validator id="PartSet_DifferentObjects"/>
           <validator id="SketchPlugin_ExternalValidator" parameters="ConstraintEntityB"/>
         </shape_selector>
-        <shape_selector id="ConstraintEntityB" label="Line" tooltip="Select an line" shape_types="edge" >
+        <shape_selector id="ConstraintEntityB" label="Line 2" tooltip="Select an line" shape_types="edge" >
           <validator id="GeomValidators_ShapeType" parameters="line"/>
           <validator id="PartSet_DifferentObjects"/>
           <validator id="SketchPlugin_ExternalValidator" parameters="ConstraintEntityA"/>