Changeset 5434 in osm for applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/MergeNodeWayAction.java
- Timestamp:
- 2007-11-10T13:57:37+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/MergeNodeWayAction.java
r5076 r5434 13 13 14 14 import java.awt.event.ActionEvent; 15 import java.awt.event.KeyEvent; 15 16 16 17 import org.openstreetmap.josm.Main; … … 33 34 public MergeNodeWayAction() { 34 35 super(tr("Join node to way"), "mergenodeway", 35 tr("Join a node into the nearest way segments"), 0, 0, true);36 tr("Join a node into the nearest way segments"), KeyEvent.VK_J, KeyEvent.CTRL_MASK | KeyEvent.SHIFT_MASK, true); 36 37 } 37 38
Note:
See TracChangeset
for help on using the changeset viewer.