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/FollowLineAction.java

    r4671 r4982  
    4040                Shortcut.registerShortcut("tools:followline", tr(
    4141                "Tool: {0}", tr("Follow")),
    42                 KeyEvent.VK_F, Shortcut.GROUP_EDIT), true);
     42                KeyEvent.VK_F, Shortcut.DIRECT), true);
    4343    }
    4444
Note: See TracChangeset for help on using the changeset viewer.