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

    r4908 r4958  
    7373    public CommandStackDialog(final MapFrame mapFrame) {
    7474        super(tr("Command Stack"), "commandstack", tr("Open a list of all commands (undo buffer)."),
    75                 Shortcut.registerShortcut("subwindow:commandstack", tr("Toggle: {0}", tr("Command Stack")), KeyEvent.VK_O, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 100, true);
     75                Shortcut.registerShortcut("subwindow:commandstack", tr("Toggle: {0}",
     76                tr("Command Stack")), KeyEvent.VK_O, Shortcut.GROUP_LAYER
     77                +Shortcut.GROUPS_ALT1), 100, true);
    7678        undoTree.addMouseListener(new PopupMenuHandler());
    7779        undoTree.setRootVisible(false);
Note: See TracChangeset for help on using the changeset viewer.