diff options
| author | Dhandapani <dhandapani@gluster.com> | 2011-09-09 14:13:15 +0530 |
|---|---|---|
| committer | Dhandapani <dhandapani@gluster.com> | 2011-09-09 14:13:15 +0530 |
| commit | 61039e6669d11165dc9109689282ff249945a25f (patch) | |
| tree | ed679820a0ead7d17d3a4e9562d38dd40dd1c181 /src/com.gluster.storage.management.console/plugin.xml | |
| parent | 0cbd8c21223b21d941e4f83599b0c08ed14293f5 (diff) | |
| parent | 21ef1b2d60f3a483dc32f1aeefd62fcb71753ba0 (diff) | |
Merge branch '1.0.0' of git@github.com:gluster/console
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.console/plugin.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml index f7f644a5..3cb0e1e3 100644 --- a/src/com.gluster.storage.management.console/plugin.xml +++ b/src/com.gluster.storage.management.console/plugin.xml @@ -296,6 +296,12 @@ id="com.gluster.storage.management.console.commands.Terminal" name="Terminal"> </command> + <command + categoryId="com.gluster.storage.management.console.category" + description="Settings" + id="com.gluster.storage.management.console.commands.Preferences" + name="Settings"> + </command> </extension> <extension point="org.eclipse.ui.bindings"> @@ -345,7 +351,7 @@ sequence="CTRL+SHIFT+M"> </key> <key - commandId="org.eclipse.ui.window.preferences" + commandId="com.gluster.storage.management.console.commands.Preferences" schemeId="com.gluster.storage.management.console.KeyConfig" sequence="CTRL+SHIFT+P"> </key> @@ -1109,7 +1115,7 @@ <action allowLabelUpdate="false" class="com.gluster.storage.management.console.actions.PreferencesAction" - definitionId="org.eclipse.ui.window.preferences" + definitionId="com.gluster.storage.management.console.commands.Preferences" icon="icons/tango/32x32/settings.png" id="com.gluster.storage.management.console.actions.PreferencesAction" label="&Settings" |
