Salome HOME
[bos #29933] [CEA 29931] Redundant constraint in SHAPER SIGSEGV
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
index d7d623536ce7814dd3ec3550dace43e3296a661c..62ededcd19ba4e4f2eaf005693787630fe11bf65 100644 (file)
@@ -1,29 +1,31 @@
-<!-- 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">
+        tooltip="Create point"
+        icon="icons/Construction/point.png"
+        apply_continue="true"
+        helpfile="pointFeature.html">
         <source path="point_widget.xml" />
       </feature>
       <feature
         id="Axis"
         title="Axis"
-        tooltip="Create a new axis"
-        icon=":icons/axis.png"
-        keysequence=""
-        internal="true" />
+        tooltip="Create axis"
+        icon="icons/Construction/axis.png"
+        helpfile="axisFeature.html">
+        <source path="axis_widget.xml" />
+      </feature>
       <feature
         id="Plane"
         title="Plane"
-        tooltip="Create a new plane"
-        icon=":icons/plane.png"
-        keysequence=""
-        internal="true" />
+        tooltip="Create plane"
+        icon="icons/Construction/plane.png"
+        helpfile="planeFeature.html">
+        <source path="plane_widget.xml" />
+      </feature>
     </group>
   </workbench>
-</plugin>
\ No newline at end of file
+</plugin>