Ignore:
Timestamp:
2009-06-13T21:03:02+02:00 (15 years ago)
Author:
stoecker
Message:

fixed #2722

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/YAHOOGrabber.java

    r15858 r15890  
    2020    YAHOOGrabber(Bounds b, GeorefImage image, MapView mv, WMSLayer layer, CacheFiles cache) {
    2121        super(b, image, mv, layer, cache);
    22         layer.baseURL = "file:///" + WMSPlugin.getPrefsPath() + "ymap.html?";
     22        this.baseURL = "file:///" + WMSPlugin.getPrefsPath() + "ymap.html?";
    2323        this.browserCmd = layer.baseURL.replaceFirst("yahoo://", "");
    2424    }
Note: See TracChangeset for help on using the changeset viewer.