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

    r4958 r4982  
    308308        super(tr("Join overlapping Areas"), "joinareas", tr("Joins areas that overlap each other"),
    309309        Shortcut.registerShortcut("tools:joinareas", tr("Tool: {0}", tr("Join overlapping Areas")),
    310             KeyEvent.VK_J, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true);
     310            KeyEvent.VK_J, Shortcut.SHIFT), true);
    311311    }
    312312
Note: See TracChangeset for help on using the changeset viewer.