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

    r4958 r4982  
    1616        super(tr("Unselect All"), "unselectall", tr("Unselect all objects."),
    1717            Shortcut.registerShortcut("edit:unselectall", tr("Edit: {0}",
    18             tr("Unselect All")), KeyEvent.VK_ESCAPE, Shortcut.GROUP_DIRECT), true);
     18            tr("Unselect All")), KeyEvent.VK_ESCAPE, Shortcut.DIRECT), true);
    1919
    2020        putValue("help", ht("/Action/UnselectAll"));
Note: See TracChangeset for help on using the changeset viewer.