Ignore:
Timestamp:
2012-02-16T19:12:00+01:00 (12 years ago)
Author:
stoecker
Message:

fix remaining shortcut deprecations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java

    r4408 r4958  
    6464        super(tr("History"), "history", tr("Display the history of all selected items."),
    6565                Shortcut.registerShortcut("subwindow:history", tr("Toggle: {0}", tr("History")), KeyEvent.VK_H,
    66                         Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
     66                        Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1), 150);
    6767        build();
    6868        HelpUtil.setHelpContext(this, HelpUtil.ht("/Dialog/History"));
Note: See TracChangeset for help on using the changeset viewer.