Index: plugins/photoadjust/README
===================================================================
--- plugins/photoadjust/README	(revision 35575)
+++ plugins/photoadjust/README	(working copy)
@@ -16,19 +16,19 @@
 
 
 Resources:
-  images/untaglayer.png:
+  images/untaglayer.svg:
     combination of:
-      JOSM plugin photo_geotagging, images/geotagging.png
-        Author: Paul Hartmann
-        License: GPL v2 or any later version
-      self made text (CC0)
+      JOSM resources/images/dialogs/geoimage/togglegit.svg
+      JOSM resources/images/download_new_layer.svg
+        Author: JOSM contributors and others, see JOSM CONTRIBUTION
+        License: GNU General Public License v2 or later
     License: GPL v2 or later
-  images/photoadjust.png:
+  images/photoadjust.svg, images/mapmode/photoadjust.svg:
     combination of:
-      JOSM images/dialogs/geoimage/gpx2img.png
+      JOSM resources/images/mapmode/move/move.svg
+      JOSM resources/images/dialogs/geoimage/togglegit.svg
         Author: JOSM contributors and others, see JOSM CONTRIBUTION
         License: GNU General Public License v2 or later
-      self made arrows (CC0)
     License: GPL v2 or later
   src/org/openstreetmap/josm/plugins/photoadjust/
     different authors (see SVN log)
Index: plugins/photoadjust/build.xml
===================================================================
--- plugins/photoadjust/build.xml	(revision 35575)
+++ plugins/photoadjust/build.xml	(working copy)
@@ -12,7 +12,7 @@
     <property name="plugin.author" value="holgermappt"/>
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.photoadjust.PhotoAdjustPlugin"/>
     <property name="plugin.description" value="Make photos movable and position them on the map."/>
-    <property name="plugin.icon" value="images/photoadjust.png"/>
+    <property name="plugin.icon" value="images/photoadjust.svg"/>
     <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PhotoAdjust"/>
     <!--<property name="plugin.early" value="..."/>-->
     <!--<property name="plugin.requires" value="..."/>-->
Index: plugins/photoadjust/images/mapmode/photoadjust.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: plugins/photoadjust/images/mapmode/photoadjust.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: plugins/photoadjust/images/mapmode/photoadjust.svg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/svg+xml

Property changes on: plugins/photoadjust/images/mapmode/photoadjust.svg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/svg+xml
\ No newline at end of property
Index: plugins/photoadjust/images/photoadjust.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: plugins/photoadjust/images/photoadjust.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: plugins/photoadjust/images/photoadjust.svg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/svg+xml

Property changes on: plugins/photoadjust/images/photoadjust.svg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/svg+xml
\ No newline at end of property
Index: plugins/photoadjust/images/untaglayer.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: plugins/photoadjust/images/untaglayer.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: plugins/photoadjust/images/untaglayer.svg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/svg+xml

Property changes on: plugins/photoadjust/images/untaglayer.svg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/svg+xml
\ No newline at end of property
Index: plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustMapMode.java
===================================================================
--- plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustMapMode.java	(revision 35575)
+++ plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustMapMode.java	(working copy)
@@ -53,7 +53,7 @@
      * @param worker Worker that does the actual work.
      */
     public PhotoAdjustMapMode(PhotoAdjustWorker worker) {
-        super(tr("Adjust photos"), "photoadjust.png",
+        super(tr("Adjust photos"), "photoadjust",
               tr("Move and position photos"),
               // It is almost impossible to find an unused shortcut.
               Shortcut.registerShortcut("mapmode:photoadjust",
