Changeset 5434 in osm for applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java
- Timestamp:
- 2007-11-10T13:57:37+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java
r5226 r5434 4 4 5 5 import java.awt.event.ActionEvent; 6 import java.awt.event.KeyEvent; 6 7 import java.util.ArrayList; 7 8 import java.util.Collection; … … 28 29 public SimplifyWayAction() { 29 30 super(tr("Simplify Way"), "simplify", 30 tr("Delete unnecessary nodes from a way."), 0, 0, true);31 tr("Delete unnecessary nodes from a way."), KeyEvent.VK_Y, KeyEvent.CTRL_MASK | KeyEvent.SHIFT_MASK, true); 31 32 } 32 33
Note:
See TracChangeset
for help on using the changeset viewer.