Salome HOME
The default colors in preferences for sketch elements and features.
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
index 217afb33e3865245144c31679a79a535bf2b32cb..aad7e762a90154c776acde5a3b294a3b908f20c2 100644 (file)
@@ -1,27 +1,29 @@
+<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 <plugin>
   <workbench id="Construction">
     <group id="Basic">
       <feature
         id="Point"
         title="Point"
-        tooltip="Create a new point"
+        tooltip="Create point"
         icon=":icons/point.png">
         <source path="point_widget.xml" />
       </feature>
       <feature
         id="Axis"
         title="Axis"
-        tooltip="Create a new axis"
-        icon=":icons/axis.png"
-        keysequence=""
-        internal="true" />
+        tooltip="Create 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" />
+        tooltip="Create plane"
+        icon=":icons/plane.png">
+        <source path="plane_widget.xml" />
+      </feature>
     </group>
   </workbench>
-</plugin>
\ No newline at end of file
+</plugin>