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

    r2512 r4982  
    1414    public SelectAllAction() {
    1515        super(tr("Select All"),"selectall", tr("Select all undeleted objects in the data layer. This selects incomplete objects too."),
    16                 Shortcut.registerShortcut("system:selectall", tr("Edit: {0}", tr("Select All")), KeyEvent.VK_A, Shortcut.GROUP_MENU), true);
     16                Shortcut.registerShortcut("system:selectall", tr("Edit: {0}", tr("Select All")), KeyEvent.VK_A, Shortcut.CTRL), true);
    1717        putValue("help", ht("/Action/SelectAll"));
    1818    }
Note: See TracChangeset for help on using the changeset viewer.