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

    r4927 r4982  
    8888                Shortcut.registerShortcut("file:updateselection",
    8989                        tr("File: {0}", tr("Update selection")), KeyEvent.VK_U,
    90                         Shortcut.GROUPS_ALT2+Shortcut.GROUP_HOTKEY),
     90                        Shortcut.ALT_CTRL),
    9191                true);
    9292        putValue("help", ht("/Action/UpdateSelection"));
Note: See TracChangeset for help on using the changeset viewer.