fix duplicate zoom in entry in keymap

This commit is contained in:
Dennis Ushakov
2011-07-12 09:24:22 +04:00
committed by Roman Chernyatchik
parent 0912964872
commit e1f2c46425
+2 -4
View File
@@ -58,10 +58,8 @@
<action class="org.intellij.images.editor.actions.ZoomInAction"
id="Images.Editor.ZoomIn"
icon="/org/intellij/images/icons/ZoomIn.png"
text="Zoom In">
<keyboard-shortcut first-keystroke="control ADD" keymap="$default"/>
<keyboard-shortcut first-keystroke="control EQUALS" keymap="$default"/>
</action>
text="Zoom In"
use-shortcut-of="ExpandAll" />
<action class="org.intellij.images.editor.actions.ZoomOutAction"
id="Images.Editor.ZoomOut"
icon="/org/intellij/images/icons/ZoomOut.png"