Bug 520959 - Shortcut for "Commit and Push" no longer works

Use the already defined shell editor scope for the shortcut.


Change-Id: I5a6c485808a2c4bf42b1f72757f3d697645e2d6c
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/plugins/org.eclipse.dltk.sh.ui/plugin.xml b/plugins/org.eclipse.dltk.sh.ui/plugin.xml
index 6147366..b0f844a 100644
--- a/plugins/org.eclipse.dltk.sh.ui/plugin.xml
+++ b/plugins/org.eclipse.dltk.sh.ui/plugin.xml
@@ -221,7 +221,7 @@
       point="org.eclipse.ui.bindings">
    <key
          commandId="org.eclipse.dltk.sh.ui.showman"
-         contextId="org.eclipse.ui.contexts.window"
+         contextId="org.eclipse.dltk.ui.shellEditorScope"
          schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
          sequence="Alt+M">
    </key>