Changeset 7194 in josm for trunk/src/org


Ignore:
Timestamp:
2014-05-31T08:34:38+02:00 (10 years ago)
Author:
akks
Message:

Allow setting shortcut for Move Node on Way
renamed images/movewayontonode.png

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JoinNodeWayAction.java

    r7131 r7194  
    5656    public static JoinNodeWayAction createMoveNodeOntoWayAction() {
    5757        JoinNodeWayAction action = new JoinNodeWayAction(true,
    58                 tr("Move Node onto Way"), "movewayontonode", tr("Move the node onto the nearest way segments and include it"),
    59                 null, true);
     58                tr("Move Node onto Way"), "movenodeontoway", tr("Move the node onto the nearest way segments and include it"),
     59                Shortcut.registerShortcut("tools:movenodeontoway", tr("Tool: {0}", tr("Move Node onto Way")), KeyEvent.VK_J, Shortcut.NONE), true);
    6060        return action;
    6161    }
Note: See TracChangeset for help on using the changeset viewer.