diff options
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.console/plugin.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml index cf3c8eb3..90fa2c5b 100644 --- a/src/com.gluster.storage.management.console/plugin.xml +++ b/src/com.gluster.storage.management.console/plugin.xml @@ -1182,6 +1182,25 @@ </groupMarker> </menu> </actionSet> + <actionSet + description="Set of Actions in "Edit" menu" + id="com.gluster.storage.management.console.actionsets.help" + label="Help Action Set" + visible="true"> + <action + allowLabelUpdate="false" + class="com.gluster.storage.management.console.actions.SupportAction" + definitionId="com.gluster.storage.management.console.commands.Support" + id="com.gluster.storage.management.console.actions.SupportAction" + label="&Support" + menubarPath="help/helpEnd" + pulldown="false" + retarget="false" + state="false" + style="push" + tooltip="Support Information"> + </action> + </actionSet> </extension> <extension point="org.eclipse.ui.perspectiveExtensions"> |
