Salome HOME
Task 2.4. Ability to modify the radius of circles and arcs of circle with the mouse
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
index b3fdc4608c6ae1054cff9a91c7201cdf2412605b..5ee7c849f5783417d647ef07d9e9f704611be3c4 100644 (file)
@@ -1,11 +1,29 @@
+<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 <plugin>
   <workbench id="Construction">
     <group id="Basic">
-      <feature id="Point" title="Point" tooltip="Create a new point" icon=":icons/point.png">
-        <source path="point_widget.xml"/>
+      <feature
+        id="Point"
+        title="Point"
+        tooltip="Create point"
+        icon="icons/Construction/point.png">
+        <source path="point_widget.xml" />
+      </feature>
+      <feature
+        id="Axis"
+        title="Axis"
+        tooltip="Create axis"
+        icon="icons/Construction/axis.png">
+        <source path="axis_widget.xml" />
+      </feature>
+      <feature
+        id="Plane"
+        title="Plane"
+        tooltip="Create plane"
+        icon="icons/Construction/plane.png">
+        <source path="plane_widget.xml" />
       </feature>
-      <feature id="Axis" title="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence="" internal="true"/>
-      <feature id="Plane" title="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence="" internal="true"/>
     </group>
-</workbench>  
+  </workbench>
 </plugin>