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

    r4918 r4982  
    2424    public RedoAction() {
    2525        super(tr("Redo"), "redo", tr("Redo the last undone action."),
    26                 Shortcut.registerShortcut("system:redo", tr("Edit: {0}", tr("Redo")), KeyEvent.VK_Y, Shortcut.GROUP_MENU), true);
     26                Shortcut.registerShortcut("system:redo", tr("Edit: {0}", tr("Redo")), KeyEvent.VK_Y, Shortcut.CTRL), true);
    2727        setEnabled(false);
    2828        putValue("help", ht("/Action/Redo"));
Note: See TracChangeset for help on using the changeset viewer.