Ignore:
Timestamp:
2012-02-18T12:53:53+01:00 (14 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/HistoryInfoWebAction.java

    r4942 r4982  
    1818                tr("Display history information about OSM ways, nodes, or relations in web browser."),
    1919                Shortcut.registerShortcut("core:historyinfoweb",
    20                         tr("History (web)"), KeyEvent.VK_H, Shortcut.GROUP_DIRECT3),
     20                        tr("History (web)"), KeyEvent.VK_H, Shortcut.CTRL_SHIFT),
    2121                true, "action/historyinfoweb", true);
    2222        putValue("help", ht("/Action/ObjectHistoryWeb"));
Note: See TracChangeset for help on using the changeset viewer.