Salome HOME
Merge branch 'Dev_0.6' of newgeom:newgeom into Dev_0.6
[modules/shaper.git] / src / PartSetPlugin / plugin-PartSet.xml
index 07438b2d2e62169747a0da8849c4573d63a9f909..db6893e509f1ccf5de3c6711d8d49bb85a4d4e0c 100644 (file)
@@ -1,9 +1,16 @@
 <plugin>
   <workbench id="Part">
     <group id="Operations">
-      <feature id="Part" title="New part" tooltip="Creates a new part" icon=":pictures/part_ico.png"/>
-      <feature id="duplicate" title="Duplicate" tooltip="Duplicate selected object" icon=":icons/duplicate.png"/>
-      <feature id="remove" title="Remove"  tooltip="Remove selected object" icon=":icons/remove.png"/>
+      <feature id="Part" title="New part" tooltip="Create a new part" icon=":pictures/part_ico.png"/>
+      <feature id="Duplicate" title="Duplicate"
+               tooltip="Duplicate selected part"
+               icon=":icons/duplicate.png"
+               document="Part"/>
+      <feature id="Remove"
+               title="Remove part"
+               tooltip="Remove active part"
+               icon=":icons/remove.png"
+               document="Part"/>
     </group>
   </workbench>
 </plugin>