Ignore:
Timestamp:
2014-10-29T15:24:07+01:00 (10 years ago)
Author:
stoecker
Message:

cleanup icons, mark undetected icons, set proper mimetype, delete unused icons, update geticons script

File:
1 edited

Legend:

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

    r7400 r7668  
    5454    public static JoinNodeWayAction createJoinNodeToWayAction() {
    5555        JoinNodeWayAction action = new JoinNodeWayAction(false,
    56                 tr("Join Node to Way"), "joinnodeway", tr("Include a node into the nearest way segments"),
     56                tr("Join Node to Way"), /* ICON */ "joinnodeway", tr("Include a node into the nearest way segments"),
    5757                Shortcut.registerShortcut("tools:joinnodeway", tr("Tool: {0}", tr("Join Node to Way")), KeyEvent.VK_J, Shortcut.DIRECT), true);
    5858        action.putValue("help", ht("/Action/JoinNodeWay"));
     
    6666    public static JoinNodeWayAction createMoveNodeOntoWayAction() {
    6767        JoinNodeWayAction action = new JoinNodeWayAction(true,
    68                 tr("Move Node onto Way"), "movenodeontoway", tr("Move the node onto the nearest way segments and include it"),
     68                tr("Move Node onto Way"), /* ICON*/ "movenodeontoway", tr("Move the node onto the nearest way segments and include it"),
    6969                Shortcut.registerShortcut("tools:movenodeontoway", tr("Tool: {0}", tr("Move Node onto Way")), KeyEvent.VK_N, Shortcut.DIRECT), true);
    7070        return action;
Note: See TracChangeset for help on using the changeset viewer.