Index: /applications/editors/josm/plugins/turnrestrictions/build.xml
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/build.xml	(revision 35514)
+++ /applications/editors/josm/plugins/turnrestrictions/build.xml	(revision 35515)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Adapt to JOSM core change (DefaultNameFormatter)"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14221"/>
+    <property name="plugin.main.version" value="16807"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: /applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberTable.java
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberTable.java	(revision 35514)
+++ /applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberTable.java	(revision 35515)
@@ -167,5 +167,5 @@
             putValue(SHORT_DESCRIPTION, tr("Move the selected relation members down by one position"));
             putValue(ACCELERATOR_KEY, keyStroke);
-            new ImageProvider("dialogs", "movedown").getResource().attachImageIcon(this);
+            new ImageProvider("dialogs", "down").getResource().attachImageIcon(this);
             updateEnabledState();
         }
@@ -197,5 +197,5 @@
             putValue(SHORT_DESCRIPTION, tr("Move the selected relation members up by one position"));
             putValue(ACCELERATOR_KEY, keyStroke);
-            new ImageProvider("dialogs", "moveup").getResource().attachImageIcon(this);
+            new ImageProvider("dialogs", "up").getResource().attachImageIcon(this);
             updateEnabledState();
         }
Index: /applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaList.java
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaList.java	(revision 35514)
+++ /applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaList.java	(revision 35515)
@@ -182,5 +182,5 @@
             putValue(SHORT_DESCRIPTION, tr("Move the selected vias down by one position"));
             putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_DOWN, KeyEvent.ALT_DOWN_MASK));
-            new ImageProvider("dialogs", "movedown").getResource().attachImageIcon(this);
+            new ImageProvider("dialogs", "down").getResource().attachImageIcon(this);
             updateEnabledState();
         }
@@ -210,5 +210,5 @@
             putValue(SHORT_DESCRIPTION, tr("Move the selected vias up by one position"));
             putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_UP, KeyEvent.ALT_DOWN_MASK));
-            new ImageProvider("dialogs", "moveup").getResource().attachImageIcon(this);
+            new ImageProvider("dialogs", "up").getResource().attachImageIcon(this);
             updateEnabledState();
         }
