Salome HOME
Axis feature in Construction plugin is created
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
index 912d04e0ca636ce6e2acd9dfd7598ccde8300029..2d670f9633b6e470b7d8b99f663b753590362228 100644 (file)
@@ -1,11 +1,29 @@
+<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 <plugin>
   <workbench id="Construction">
     <group id="Basic">
-      <feature id="Point" text="Point" tooltip="Create a new point" icon=":icons/point.png">
-        <source path="point_widget.xml"/>
+      <feature
+        id="Point"
+        title="Point"
+        tooltip="Create a new point"
+        icon=":icons/point.png">
+        <source path="point_widget.xml" />
       </feature>
-      <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=""/>
+      <feature
+        id="Axis"
+        title="Axis"
+        tooltip="Create a new axis"
+        icon=":icons/axis.png">
+        <source path="axis_widget.xml" />
+      </feature>
+      <feature
+        id="Plane"
+        title="Plane"
+        tooltip="Create a new plane"
+        icon=":icons/plane.png"
+        keysequence=""
+        internal="true" />
     </group>
-  </workbench>  
-</plugin>
+  </workbench>
+</plugin>
\ No newline at end of file