Salome HOME
Merge branch 'master' into V9_3_BR
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
index e5c1574856de1c8c7214f9c0db6d9ee94350e8b1..eb72aa4e43b4d51d7918277ab4f21d418e69671a 100644 (file)
                auto_preview="false">
           <source path="partition_widget.xml"/>
       </feature>
-      <feature id="Fill" title="Fill" tooltip="Perform boolean fill operation with objects"
-               icon="icons/Features/bool_fill.png" helpfile="fillFeature.html"
+      <feature id="Split" title="Split" tooltip="Perform boolean split operation with objects"
+               icon="icons/Features/bool_split.png" helpfile="splitFeature.html"
                auto_preview="false">
-          <source path="boolean_fill_widget.xml"/>
+          <source path="boolean_split_widget.xml"/>
+      </feature>
+      <feature id="Fill" title="Split" tooltip="Perform boolean split operation with objects"
+               icon="icons/Features/bool_split.png" helpfile="splitFeature.html"
+               auto_preview="false" internal="1">
+          <source path="boolean_split_widget.xml"/>
       </feature>
       <feature id="Union" title="Union" tooltip="Perform union operations with shapes"
                icon="icons/Features/union.png" helpfile="unionFeature.html">