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

    r4958 r4982  
    4444        super(tr("Create Circle"), "createcircle", tr("Create a circle from three selected nodes."),
    4545            Shortcut.registerShortcut("tools:createcircle", tr("Tool: {0}", tr("Create Circle")),
    46             KeyEvent.VK_O, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true);
     46            KeyEvent.VK_O, Shortcut.SHIFT), true);
    4747        putValue("help", ht("/Action/CreateCircle"));
    4848    }
Note: See TracChangeset for help on using the changeset viewer.