summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui/plugin.xml
diff options
context:
space:
mode:
authorShireesh Anjal <anjalshireesh@gmail.com>2011-07-12 10:44:07 -0700
committerShireesh Anjal <anjalshireesh@gmail.com>2011-07-12 10:44:07 -0700
commit5ad0bef0db12b086b292538278676f89f6c34ef3 (patch)
tree2a17d8c08375bbff5ab0f91b6698eb97f42b5fd8 /src/com.gluster.storage.management.gui/plugin.xml
parentc4f415045904806fdef9527e14476c30ab11e093 (diff)
parent62f8ce362f04fc270baeddc7a2b47a610b83bbb3 (diff)
Merge pull request #109 from Selvasundaram/d9cfa40d4faa8e6949218a9ef4d9fe65d4618d25
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 dad85498..7d9aac84 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">
@@ -952,7 +958,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"
pulldown="false"
@@ -967,7 +973,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"
pulldown="false"
@@ -977,6 +983,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"