Index: applications/editors/josm/plugins/wmsplugin/src/wmsplugin/YAHOOGrabber.java
===================================================================
--- applications/editors/josm/plugins/wmsplugin/src/wmsplugin/YAHOOGrabber.java	(revision 11301)
+++ applications/editors/josm/plugins/wmsplugin/src/wmsplugin/YAHOOGrabber.java	(revision 11398)
@@ -24,5 +24,7 @@
 	YAHOOGrabber(String baseURL, Bounds b, Projection proj,
 			double pixelPerDegree, GeorefImage image, MapView mv, WMSLayer layer) {
-		super("file://" + Main.pref.getPreferencesDir() + "plugins/wmsplugin/ymap.html?request=getmap&format=image/jpeg", b, proj, pixelPerDegree, image, mv, layer);
+		super("file:///" + Main.pref.getPreferencesDir() + "plugins/wmsplugin/ymap.html?"
+//                + "request=getmap&format=image/jpeg"
+		, b, proj, pixelPerDegree, image, mv, layer);
 		this.browserCmd = baseURL.replaceFirst("yahoo://", "");
 	}
