Changeset 4982 in josm for trunk/src/org/openstreetmap/josm/actions/SimplifyWayAction.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/SimplifyWayAction.java
r4943 r4982 35 35 public SimplifyWayAction() { 36 36 super(tr("Simplify Way"), "simplify", tr("Delete unnecessary nodes from a way."), Shortcut.registerShortcut("tools:simplify", tr("Tool: {0}", tr("Simplify Way")), 37 KeyEvent.VK_Y, Shortcut. GROUP_EDIT+Shortcut.GROUPS_ALT1), true);37 KeyEvent.VK_Y, Shortcut.SHIFT), true); 38 38 putValue("help", ht("/Action/SimplifyWay")); 39 39 }
Note:
See TracChangeset
for help on using the changeset viewer.
