Salome HOME
Copyright update 2022
[modules/shaper.git] / src / PartSetPlugin / plugin-PartSet.xml
index 4b3391da8b846dc2cb0e0e8923da0f884b72975d..f65c7defecb4e4328c38fcfbc21e5fee67ee8d66 100644 (file)
@@ -1,9 +1,18 @@
 <plugin>
   <workbench id="Part">
     <group id="Operations">
-      <feature id="Part" text="New part" tooltip="Creates a new part" icon=":pictures/part_ico.png"/>
-      <feature id="duplicate" text="Duplicate" tooltip="Duplicate selected object" icon=":icons/duplicate.png"/>
-      <feature id="remove" text="Remove"  tooltip="Remove selected object" icon=":icons/remove.png"/>
+      <feature id="Part" title="New part"
+               tooltip="Create part"
+               icon=":pictures/part_ico.png"/>
+      <feature id="Duplicate" title="Duplicate part"
+               tooltip="Duplicate active part"
+               icon="icons/PartSet/duplicate.png"
+               document="Part"/>
+      <feature id="Remove"
+               title="Remove part"
+               tooltip="Remove active part"
+               icon="icons/PartSet/remove.png"
+               document="Part"/>
     </group>
   </workbench>
 </plugin>