Changeset 5449 in osm for applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JoinNodeWayAction.java
- Timestamp:
- 2007-11-11T14:01:05+01:00 (18 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JoinNodeWayAction.java ΒΆ
r5436 r5449 31 31 import javax.swing.AbstractAction; 32 32 33 class MergeNodeWayAction extends JosmAction {34 public MergeNodeWayAction() {35 super(tr("Join node to way"), " mergenodeway",33 class JoinNodeWayAction extends JosmAction { 34 public JoinNodeWayAction() { 35 super(tr("Join node to way"), "joinnodeway", 36 36 tr("Join a node into the nearest way segments"), KeyEvent.VK_J, KeyEvent.CTRL_MASK | KeyEvent.SHIFT_MASK, true); 37 37 }
Note:
See TracChangeset
for help on using the changeset viewer.