Salome HOME
Implementation of Point feature (without computation of result yet) plus some debug...
[modules/shaper.git] / src / Config / plugin-PartSet.xml
index 2785659ef9a5ab09b5e80e8aea8bfa77e5f2586e..2b4e76e228755214b6f769b56c787a19ed0d539b 100644 (file)
@@ -1,20 +1,20 @@
 <plugin>
   <workbench id="Part">
     <group id="Operations">
-      <feature id="new_part" text="Part" tooltip="Creates a new part" icon=":pictures/part_ico.png"/>
+      <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"/>
     </group>
   </workbench>
   <workbench id="Construction">
     <group id="Basic">
-      <feature id="new_point" text="Point" tooltip="Create a new point" icon=":icons/point.png">
+      <feature id="Point" text="Point" tooltip="Create a new point" icon=":icons/point.png">
         <value id="x" type="double" label="X:" min="0" max="" step="0.1" default="0"/>
         <value id="y" type="double" label="Y:" min="0" max="" step="0.1" default="0"/>
         <value id="z" type="double" label="Z:" min="0" max="" step="0.1" default="0"/>
       </feature>
-      <feature id="new_axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
-      <feature id="new_plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
+      <feature id="Axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
+      <feature id="Plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
     </group>
   </workbench>  
-</plugin>
\ No newline at end of file
+</plugin>