Ignore:
Timestamp:
2010-01-12T18:35:00+01:00 (16 years ago)
Author:
guggis
Message:

'Uses new constructor for plugin'

File:
1 edited

Legend:

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

    r19411 r19415  
    3636import org.openstreetmap.josm.io.MirroredInputStream;
    3737import org.openstreetmap.josm.plugins.Plugin;
     38import org.openstreetmap.josm.plugins.PluginInformation;
    3839
    3940import wmsplugin.io.WMSLayerExporter;
     
    6162    }
    6263
    63     public WMSPlugin() {
     64    public WMSPlugin(PluginInformation info) {
     65        super(info);
    6466        refreshMenu();
    6567        cache.setExpire(CacheFiles.EXPIRE_MONTHLY, false);
Note: See TracChangeset for help on using the changeset viewer.