diff options
| author | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-08-19 04:07:54 -0700 |
|---|---|---|
| committer | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-08-19 04:07:54 -0700 |
| commit | 91828e674deeb6b7979bd3ace6029698763c02ce (patch) | |
| tree | f4b0ed9a3acad237c60d4610d27af3a0e42a0352 /src/com.gluster.storage.management.console/plugin.xml | |
| parent | f75bf5f45ffc3bf62646b1cfd7e4503cccc81ab3 (diff) | |
| parent | 747535b8750020b3783891da56fa098c2d6bab9b (diff) | |
Merge pull request #253 from Dhandapani/master
Gluster support contact dialog added
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"> |
