Ignore:
Timestamp:
2018-01-10T02:06:53+01:00 (7 years ago)
Author:
donvip
Message:

fix shortcut warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/actions/AddStopPositionAction.java

    r33619 r33988  
    5757    public AddStopPositionAction() {
    5858        super(tr(MAP_MODE_NAME), "bus", tr(MAP_MODE_NAME),
    59                 Shortcut.registerShortcut("mapmode:stop_position",
    60                         tr("Mode: {0}", tr(MAP_MODE_NAME)),
    61                         KeyEvent.VK_K, Shortcut.CTRL_SHIFT),
    62                 getCursor());
     59              Shortcut.registerShortcut("mapmode:stop_position", tr("Mode: {0}", tr(MAP_MODE_NAME)), KeyEvent.VK_K, Shortcut.CTRL_SHIFT),
     60              getCursor());
    6361
    6462        cursorJoinNode = ImageProvider.getCursor("crosshair", "joinnode");
Note: See TracChangeset for help on using the changeset viewer.