Skip to content

Commit 7a67116

Browse files
committed
Shortcut detection doesn't like split at that position
1 parent 6f54b6a commit 7a67116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/openstreetmap/josm/plugins/mapillary/actions/MapObjectLayerAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public class MapObjectLayerAction extends JosmAction {
2222

2323
public MapObjectLayerAction() {
2424
super(
25-
I18n.tr(ACTION_NAME), MapillaryPlugin.LOGO.setSize(ImageSizes.DEFAULT), I18n.tr(DESCRIPTION), Shortcut
26-
.registerShortcut("mapillary:trafficSignLayer", ACTION_NAME, KeyEvent.CHAR_UNDEFINED, Shortcut.NONE),
25+
I18n.tr(ACTION_NAME), MapillaryPlugin.LOGO.setSize(ImageSizes.DEFAULT), I18n.tr(DESCRIPTION),
26+
Shortcut.registerShortcut("mapillary:trafficSignLayer", ACTION_NAME, KeyEvent.CHAR_UNDEFINED, Shortcut.NONE),
2727
false, "mapillary:trafficSignLayer", true);
2828
}
2929

0 commit comments

Comments
 (0)