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/gui/dialogs/RelationListDialog.java

    r4957 r4982  
    8989        super(tr("Relations"), "relationlist", tr("Open a list of all relations."),
    9090                Shortcut.registerShortcut("subwindow:relations", tr("Toggle: {0}", tr("Relations")),
    91                 KeyEvent.VK_R, Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1), 150);
     91                KeyEvent.VK_R, Shortcut.ALT_SHIFT), 150);
    9292
    9393        // create the list of relations
Note: See TracChangeset for help on using the changeset viewer.