Ignore:
Timestamp:
2012-02-18T12:53:53+01:00 (12 years ago)
Author:
stoecker
Message:

see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JoinNodeWayAction.java

    r4788 r4982  
    2929    public JoinNodeWayAction() {
    3030        super(tr("Join Node to Way"), "joinnodeway", tr("Include a node into the nearest way segments"),
    31                 Shortcut.registerShortcut("tools:joinnodeway", tr("Tool: {0}", tr("Join Node to Way")), KeyEvent.VK_J, Shortcut.GROUP_EDIT), true);
     31                Shortcut.registerShortcut("tools:joinnodeway", tr("Tool: {0}", tr("Join Node to Way")), KeyEvent.VK_J, Shortcut.DIRECT), true);
    3232        putValue("help", ht("/Action/JoinNodeWay"));
    3333    }
Note: See TracChangeset for help on using the changeset viewer.