Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / GDMLPlugin / plugin-GDML.xml
index a2f04881f9bdba4cc47b8357953fb5cd77185d6a..47e3075ccf1b0ff3bb54ca2dccf0384e764c0e75 100644 (file)
@@ -22,9 +22,14 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
 <plugin>
   <workbench id="GDML" document="Part">
     <group id="GDML">
-      <feature id="ConeSegment" title="Cone Segment" tooltip="Create a Cone Segment" icon="icons/GDML/cone_segment.png">
+      <feature id="ConeSegment" title="Cone segment" tooltip="Create a GDML Cone Segment" icon="icons/GDML/cone_segment.png"
+               helpfile="coneFeature.html">
         <source path="conesegment_widget.xml"/>
       </feature>
+      <feature id="Ellipsoid" title="Ellipsoid" tooltip="Create a GDML Ellipsoid" icon="icons/GDML/ellipsoid.png"
+               helpfile="ellipsoidFeature.html">
+        <source path="ellipsoid_widget.xml"/>
+      </feature>
     </group>
   </workbench>
 </plugin>