Index: applications/editors/josm/plugins/reverter/build.xml
===================================================================
--- applications/editors/josm/plugins/reverter/build.xml	(revision 35495)
+++ applications/editors/josm/plugins/reverter/build.xml	(revision 35496)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Reverter: fix deleted/redacted relation members"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="16567"/>
+    <property name="plugin.main.version" value="16719"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/reverter/src/reverter/ChangesetIdQuery.java
===================================================================
--- applications/editors/josm/plugins/reverter/src/reverter/ChangesetIdQuery.java	(revision 35495)
+++ applications/editors/josm/plugins/reverter/src/reverter/ChangesetIdQuery.java	(revision 35496)
@@ -104,5 +104,5 @@
     public void setupDialog() {
         setContent(panel, false);
-        setButtonIcons("ok.png", "cancel.png");
+        setButtonIcons("ok.png", "cancel.svg");
         setDefaultButton(1);
 
