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

    r4942 r4982  
    2121            tr("Display advanced object information about OSM nodes, ways, or relations."),
    2222            Shortcut.registerShortcut("core:info",
    23                 tr("Advanced info"), KeyEvent.VK_I, Shortcut.GROUP_HOTKEY),
     23                tr("Advanced info"), KeyEvent.VK_I, Shortcut.CTRL),
    2424            true, "action/info", true);
    2525        putValue("help", ht("/Action/InfoAboutElements"));
Note: See TracChangeset for help on using the changeset viewer.