Ignore:
Timestamp:
2012-02-18T13:40:52+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut deprecation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java

    r27797 r27852  
    5050          tr("Adds no left turn for sets of 4 or 5 ways."),
    5151          Shortcut.registerShortcut("tools:michigan_left", tr("Tool: {0}",
    52           tr("Michigan Left")), KeyEvent.VK_N, Shortcut.GROUP_EDIT
    53           +Shortcut.GROUPS_ALT2), true);
     52          tr("Michigan Left")), KeyEvent.VK_N, Shortcut.ALT_SHIFT), true);
    5453    }
    5554
Note: See TracChangeset for help on using the changeset viewer.