Ignore:
Timestamp:
2010-12-17T19:05:29+01:00 (14 years ago)
Author:
bastik
Message:

'forgot icon (see #j5745)'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SelectWayNodesAction.java

    r24787 r24789  
    4646     */
    4747    public SelectWayNodesAction() {
    48         super(tr("Select Way Nodes"), null, tr("Select all nodes of a selected way."),
     48        super(tr("Select Way Nodes"),"selectwaynodes" , tr("Select all nodes of a selected way."),
    4949                Shortcut.registerShortcut("tools:selectwaynodes", tr("Tool: {0}", tr("Select Way Nodes")), KeyEvent.VK_N, Shortcut.GROUP_EDIT), true);
    5050        putValue("help", ht("/Action/SelectWayNodes"));
Note: See TracChangeset for help on using the changeset viewer.