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/mapmode/ParallelWayAction.java

    r4956 r4982  
    126126        super(tr("Parallel"), "parallel", tr("Make parallel copies of ways"),
    127127            Shortcut.registerShortcut("mapmode:parallel", tr("Mode: {0}",
    128             tr("Parallel")), KeyEvent.VK_P, Shortcut.GROUP_EDIT+
    129             Shortcut.GROUPS_ALT1), mapFrame, ImageProvider.getCursor("normal",
    130             "parallel"));
     128                tr("Parallel")), KeyEvent.VK_P, Shortcut.SHIFT),
     129            mapFrame, ImageProvider.getCursor("normal", "parallel"));
    131130        putValue("help", ht("/Action/Parallel"));
    132131        mv = mapFrame.mapView;
Note: See TracChangeset for help on using the changeset viewer.