summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui/plugin.xml
diff options
context:
space:
mode:
authorSelvasundaram <selvam@gluster.com>2011-07-12 22:25:25 +0530
committerSelvasundaram <selvam@gluster.com>2011-07-12 22:25:25 +0530
commit62f8ce362f04fc270baeddc7a2b47a610b83bbb3 (patch)
tree7c345747a6d990329dc2e145c8e4f81b53aff350 /src/com.gluster.storage.management.gui/plugin.xml
parent02c48d2325fa838c194d2ddb32a8bf21f14b0e83 (diff)
Change password dialog
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.gui/plugin.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml
index 0a4c068d..f67bb454 100644
--- a/src/com.gluster.storage.management.gui/plugin.xml
+++ b/src/com.gluster.storage.management.gui/plugin.xml
@@ -279,6 +279,12 @@
id="com.gluster.storage.management.gui.commands.Delete"
name="Delete">
</command>
+ <command
+ categoryId="com.gluster.storage.management.gui.category"
+ description="Change Password"
+ id="com.gluster.storage.management.gui.commands.ChangePassword"
+ name="Change Password">
+ </command>
</extension>
<extension
point="org.eclipse.ui.bindings">
@@ -981,7 +987,7 @@
class="com.gluster.storage.management.gui.actions.RefreshDataAction"
definitionId="org.eclipse.ui.window.preferences"
icon="icons/tango/32x32/view-refresh.png"
- id="com.gluster.storage.management.gui.actions.AddServerAction"
+ id="com.gluster.storage.management.gui.actions.RefreshDataAction"
label="&amp;Refresh"
menubarPath="com.gluster.storage.management.gui.menu.edit/edit"
mode="FORCE_TEXT"
@@ -997,7 +1003,7 @@
class="com.gluster.storage.management.gui.actions.PreferencesAction"
definitionId="org.eclipse.ui.window.preferences"
icon="icons/tango/32x32/settings.png"
- id="com.gluster.storage.management.gui.actions.AddServerAction"
+ id="com.gluster.storage.management.gui.actions.PreferencesAction"
label="&amp;Settings"
menubarPath="com.gluster.storage.management.gui.menu.edit/edit"
mode="FORCE_TEXT"
@@ -1008,6 +1014,21 @@
toolbarPath="Normal"
tooltip="Settings">
</action>
+ <action
+ allowLabelUpdate="false"
+ class="com.gluster.storage.management.gui.actions.ChangePasswordAction"
+ definitionId="com.gluster.storage.management.gui.commands.ChangePassword"
+ icon="icons/tango/32x32/change-password.png"
+ id="com.gluster.storage.management.gui.actions.AddServerAction"
+ label="&amp;Change Password"
+ menubarPath="com.gluster.storage.management.gui.menu.edit/edit"
+ mode="FORCE_TEXT"
+ pulldown="false"
+ retarget="false"
+ state="false"
+ style="push"
+ tooltip="Change password">
+ </action>
<menu
id="com.gluster.storage.management.gui.menu.edit"
label="&amp;Edit"