Changeset 4982 in josm for trunk/src/org/openstreetmap/josm/actions/CreateCircleAction.java
- Timestamp:
- 2012-02-18T12:53:53+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/CreateCircleAction.java
r4958 r4982 44 44 super(tr("Create Circle"), "createcircle", tr("Create a circle from three selected nodes."), 45 45 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); 47 47 putValue("help", ht("/Action/CreateCircle")); 48 48 }
Note:
See TracChangeset
for help on using the changeset viewer.
