Salome HOME
Help templates for plug-ins
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
index 247511b6d6eba7cbda4812f646befd33b3ca5d0c..023015bcad2580ec36ab3e0782a5678ad56e80f3 100644 (file)
@@ -26,21 +26,24 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
         id="Point"
         title="Point"
         tooltip="Create point"
-        icon="icons/Construction/point.png">
+        icon="icons/Construction/point.png"
+        helpfile="ConstructionPlugin/pointFeature.html">
         <source path="point_widget.xml" />
       </feature>
       <feature
         id="Axis"
         title="Axis"
         tooltip="Create axis"
-        icon="icons/Construction/axis.png">
+        icon="icons/Construction/axis.png"
+        helpfile="ConstructionPlugin/axisFeature.html">
         <source path="axis_widget.xml" />
       </feature>
       <feature
         id="Plane"
         title="Plane"
         tooltip="Create plane"
-        icon="icons/Construction/plane.png">
+        icon="icons/Construction/plane.png"
+        helpfile="ConstructionPlugin/planeFeature.html">
         <source path="plane_widget.xml" />
       </feature>
     </group>