Index: applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java
===================================================================
--- applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java	(revision 35592)
+++ applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java	(revision 35599)
@@ -68,11 +68,11 @@
     private static class PropertyEditorAction extends JosmAction implements LayerChangeListener, ImageDataUpdateListener {
         public PropertyEditorAction() {
-            super(tr("Edit photo GPS data"),    // String name
-                    (String)null,                         // String iconName
-                    tr("Edit GPS data of selected photo."), // String tooltip
-                    null,                                 // Shortcut shortcut
-                    true,                                 // boolean registerInToolbar
-                    "photoadjust/propertyeditor", // String toolbarId
-                    false                          // boolean installAdapters
+            super(tr("Edit photo GPS data"),  // String name
+                    "photopropedit",  // String iconName
+                    tr("Edit GPS data of selected photo."),  // String tooltip
+                    null,  // Shortcut shortcut
+                    true,  // boolean registerInToolbar
+                    "photoadjust/propertyeditor",  // String toolbarId
+                    false  // boolean installAdapters
                     );
             this.installAdapters();
