Index: /applications/editors/josm/plugins/osmarender/build.xml
===================================================================
--- /applications/editors/josm/plugins/osmarender/build.xml	(revision 19418)
+++ /applications/editors/josm/plugins/osmarender/build.xml	(revision 19419)
@@ -34,6 +34,6 @@
 
 
-	<property name="commit.message" value="Update to JOSM r2748" />
-	<property name="plugin.main.version" value="2748" />
+	<property name="commit.message" value="Fixed #4360 - osmarender plugin does not load" />
+	<property name="plugin.main.version" value="2830" />
 
 	<target name="init">
Index: /applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java
===================================================================
--- /applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java	(revision 19418)
+++ /applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java	(revision 19419)
@@ -32,9 +32,9 @@
 import org.openstreetmap.josm.gui.MainMenu;
 import org.openstreetmap.josm.gui.MapFrame;
-import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
 import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
 import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
 import org.openstreetmap.josm.io.OsmWriter;
 import org.openstreetmap.josm.plugins.Plugin;
+import org.openstreetmap.josm.plugins.PluginInformation;
 import org.openstreetmap.josm.tools.GBC;
 
@@ -105,5 +105,6 @@
     private JMenuItem osmarenderMenu;
 
-    public OsmarenderPlugin() throws IOException {
+    public OsmarenderPlugin(PluginInformation info) throws IOException {
+    	super(info);
         osmarenderMenu = MainMenu.add(Main.main.menu.viewMenu, new Action());
         osmarenderMenu.setVisible(false);
