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

    r4408 r4982  
    2121                                tr("Display history information about OSM ways, nodes, or relations."),
    2222                                Shortcut.registerShortcut("core:historyinfo",
    23                                 tr("History"), KeyEvent.VK_H, Shortcut.GROUP_HOTKEY), false);
     23                                tr("History"), KeyEvent.VK_H, Shortcut.CTRL), false);
    2424                putValue("help", ht("/Action/ObjectHistory"));
    2525                putValue("toolbar", "action/historyinfo");
Note: See TracChangeset for help on using the changeset viewer.