Index: /applications/editors/josm/plugins/utilsplugin2/build.xml
===================================================================
--- /applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 24788)
+++ /applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 24789)
@@ -31,5 +31,5 @@
 
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="Add selectWayNodes action by vetinari (see #j5745)" />
+    <property name="commit.message" value="forgot icon (see #j5745)" />
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="3650" />
Index: /applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SelectWayNodesAction.java
===================================================================
--- /applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SelectWayNodesAction.java	(revision 24788)
+++ /applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SelectWayNodesAction.java	(revision 24789)
@@ -46,5 +46,5 @@
      */
     public SelectWayNodesAction() {
-        super(tr("Select Way Nodes"), null, tr("Select all nodes of a selected way."),
+        super(tr("Select Way Nodes"),"selectwaynodes" , tr("Select all nodes of a selected way."),
                 Shortcut.registerShortcut("tools:selectwaynodes", tr("Tool: {0}", tr("Select Way Nodes")), KeyEvent.VK_N, Shortcut.GROUP_EDIT), true);
         putValue("help", ht("/Action/SelectWayNodes"));
