Index: /applications/editors/josm/plugins/wmsplugin/build.xml
===================================================================
--- /applications/editors/josm/plugins/wmsplugin/build.xml	(revision 19305)
+++ /applications/editors/josm/plugins/wmsplugin/build.xml	(revision 19306)
@@ -28,6 +28,6 @@
 
 
-	<property name="commit.message" value="Made build file more robust, mainly in case svn is missing on the build machine" />
-	<property name="plugin.main.version" value="2450" />
+	<property name="commit.message" value="Update to JOSM 2748" />
+	<property name="plugin.main.version" value="2748" />
 
 
Index: /applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java
===================================================================
--- /applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java	(revision 19305)
+++ /applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java	(revision 19306)
@@ -31,4 +31,5 @@
 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.tools.GBC;
 
@@ -42,5 +43,5 @@
     JSpinner spinNorth;
     
-    public void addGui(final PreferenceDialog gui) {
+    public void addGui(final PreferenceTabbedPane gui) {
         JPanel p = gui.createPreferenceTab("wms", tr("WMS Plugin Preferences"), tr("Modify list of WMS servers displayed in the WMS plugin menu"));
 
