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/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckDialog.java

    r27817 r27852  
    4848                super(tr("JunctionChecking"), "junctionchecker", tr("Open the junctionchecking window."),
    4949                                Shortcut.registerShortcut("subwindow:junctionchecker", tr("Toggle: {0}", tr("junctions")),
    50                                                 KeyEvent.VK_J, Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1), 150);
     50                                                KeyEvent.VK_J, Shortcut.ALT_SHIFT), 150);
    5151                plugin = junctionCheckerGuiPlugin;
    5252                //das Digraph Create Panel
Note: See TracChangeset for help on using the changeset viewer.