Index: applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/ImportDialog.java
===================================================================
--- applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/ImportDialog.java	(revision 35458)
+++ applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/ImportDialog.java	(revision 35499)
@@ -26,6 +26,5 @@
                 true);
         contentInsets = new Insets(15, 15, 5, 15);
-        setButtonIcons(new String[] { "ok.png", "cancel.png" });
-        
+        setButtonIcons(new String[] { "ok", "cancel" });
 
         final JPanel panel = new JPanel(new GridBagLayout());
@@ -37,10 +36,10 @@
         pscale.add(new JLabel(tr("m")),GBC.std().insets(10, 0, 0, 0));
         panel.add(pscale,GBC.eop().fill(GBC.HORIZONTAL));
-        
+
         final JLabel label = new JLabel("Curve steps:");
         panel.add(label, GBC.std());
         label.setLabelFor(tsteps);
         panel.add(tsteps, GBC.eol().fill(GBC.HORIZONTAL));
-        
+
         tsnum.setValue(Settings.getScaleNumerator());
         tsdiv.setValue(Settings.getScaleDivisor());
@@ -51,5 +50,5 @@
         setVisible(true);
     }
-    
+
     public double getScaleNumerator() {
         try {
@@ -59,5 +58,5 @@
         }
     }
-    
+
     public double getScaleDivisor() {
         try {
@@ -82,5 +81,5 @@
     }
 
-    
+
     public void saveSettings() {
         Settings.setScaleNumerator(getScaleNumerator());
