Salome HOME
Initial implementation of geometrical naming in the selector.
[modules/shaper.git] / src / PartSetPlugin / plugin-PartSet.xml
index 8a9c5ec613e0dc5c5827f728c508554322f46fc3..f0a0449aff3c5c409cabab198c81e3ff4fd38183 100644 (file)
@@ -1,9 +1,39 @@
+<!--
+Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+See http:##www.salome-platform.org/ or
+email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+-->
+
 <plugin>
   <workbench id="Part">
     <group id="Operations">
-      <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"/>
-      <feature id="remove" title="Remove part"  tooltip="Remove active part" 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>