summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSelvasundaram <selvam@gluster.com>2011-11-15 14:23:48 +0530
committerSelvasundaram <selvam@gluster.com>2011-11-15 14:23:48 +0530
commit580234f1b5ecd088e6e10cf01df081ec1724fce6 (patch)
tree83a8f297490b5c98f7f29230da5f073d7f8630ca /src
parentaaf7da076fbe7d9224d74f6149bfc207f59bc9b0 (diff)
Disabled the support info from help menu
Diffstat (limited to 'src')
-rw-r--r--src/com.gluster.storage.management.console/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml
index 543b3571..fa949443 100644
--- a/src/com.gluster.storage.management.console/plugin.xml
+++ b/src/com.gluster.storage.management.console/plugin.xml
@@ -1226,7 +1226,7 @@
description="Set of Actions in &quot;Edit&quot; menu"
id="com.gluster.storage.management.console.actionsets.help"
label="Help Action Set"
- visible="true">
+ visible="false">
<action
allowLabelUpdate="false"
class="com.gluster.storage.management.console.actions.SupportAction"
@@ -1236,7 +1236,7 @@
menubarPath="help/helpEnd"
pulldown="false"
retarget="false"
- state="false"
+ state="true"
style="push"
tooltip="Support Information">
</action>