Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index c0ff8f01c..30b8cd171 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -344,23 +344,23 @@
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
</keyBinding>
<command
- name="%Command.toggleView.name"
- description="%Command.toggleView.description"
- category="org.eclipse.team.ui.commands.category"
- id="org.eclipse.team.ui.syncview.toggleView">
- </command>
- <keyBinding
- string=""
- scope="org.eclipse.ui.globalScope"
- command="org.eclipse.team.ui.syncview.toggleView"
- configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
- </keyBinding>
- <command
name="%Command.syncAll.name"
description="%Command.syncAll.description"
category="org.eclipse.team.ui.commands.category"
id="org.eclipse.team.ui.syncview.syncAll">
</command>
+ <command
+ name="%Command.selectPreviousChange.name"
+ description="%Command.selectPreviousChange.description"
+ category="org.eclipse.team.ui.commands.category"
+ id="org.eclipse.team.ui.syncview.selectPreviousChange">
+ </command>
+ <command
+ name="%Command.selectNextChange.name"
+ description="%Command.selectNextChange.description"
+ category="org.eclipse.team.ui.commands.category"
+ id="org.eclipse.team.ui.syncview.selectNextChange">
+ </command>
</extension>
<!-- ***************** Action sets ********************** -->
<extension

Back to the top