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

    r3753 r4982  
    1717    public NewAction() {
    1818        super(tr("New Layer"), "new", tr("Create a new map layer."),
    19                 Shortcut.registerShortcut("system:new", tr("File: {0}", tr("New Layer")), KeyEvent.VK_N, Shortcut.GROUP_MENU), true);
     19                Shortcut.registerShortcut("system:new", tr("File: {0}", tr("New Layer")), KeyEvent.VK_N, Shortcut.CTRL), true);
    2020        putValue("help", ht("/Action/NewLayer"));
    2121    }
Note: See TracChangeset for help on using the changeset viewer.