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

    r4957 r4982  
    129129        super(tr("Selection"), "selectionlist", tr("Open a selection list window."),
    130130                Shortcut.registerShortcut("subwindow:selection", tr("Toggle: {0}",
    131                 tr("Current Selection")), KeyEvent.VK_T, Shortcut.GROUP_LAYER+
    132                 Shortcut.GROUPS_ALT1),
     131                tr("Current Selection")), KeyEvent.VK_T, Shortcut.ALT_SHIFT),
    133132                150, // default height
    134133                true // default is "show dialog"
Note: See TracChangeset for help on using the changeset viewer.