Ignore:
Timestamp:
2007-11-11T14:01:05+01:00 (18 years ago)
Author:
ulf
Message:

rename mergenodeway to joinnodeway, to reflect it's menu name

File:
1 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JoinNodeWayAction.java ΒΆ

    r5436 r5449  
    3131import javax.swing.AbstractAction;
    3232
    33 class MergeNodeWayAction extends JosmAction {
    34         public MergeNodeWayAction() {
    35             super(tr("Join node to way"), "mergenodeway",
     33class JoinNodeWayAction extends JosmAction {
     34        public JoinNodeWayAction() {
     35            super(tr("Join node to way"), "joinnodeway",
    3636                        tr("Join a node into the nearest way segments"), KeyEvent.VK_J, KeyEvent.CTRL_MASK | KeyEvent.SHIFT_MASK, true);
    3737        }
Note: See TracChangeset for help on using the changeset viewer.