Salome HOME
Fix compilation warnings
[modules/shaper.git] / src / ConnectorPlugin / plugin-Connector.xml
index c9a68e7065acacb6e2e7c66dff8741519da59e30..e8042523a4a42cecfa3b4e2c845112fed19b4283 100644 (file)
@@ -1,11 +1,16 @@
 <plugin>
-  <workbench id="Features" document="Part">
+  <workbench id="Features">
     <group id="Exchange">
       <feature
         id="ExportToGEOM"
         title="Export to GEOM"
-        tooltip="Export all bodies and groups into GEOM module"
-        icon="icons/Connector/geom_export.png"/>
+        tooltip="Export all results and groups into GEOM module"
+        icon="icons/Connector/geom_export.png"
+        helpfile="ConnectorPlugin/ConnectorPlugin.html"/>
+      <feature
+        id="PublishToStudy"
+        title="Publish to study"
+        internal="1"/>
     </group>
   </workbench>
 </plugin>
\ No newline at end of file