Salome HOME
Change icons for chamfer
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
index 217afb33e3865245144c31679a79a535bf2b32cb..dcffc622e5cb1e71df9d7bda0b91552fcc9b00b1 100644 (file)
@@ -4,24 +4,27 @@
       <feature
         id="Point"
         title="Point"
-        tooltip="Create a new point"
-        icon=":icons/point.png">
+        tooltip="Create point"
+        icon="icons/Construction/point.png"
+        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>