Ignore:
Timestamp:
2010-01-13T14:27:15+01:00 (15 years ago)
Author:
guggis
Message:

'Changed constructor signature of plugin main class'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGuiPlugin.java

    r19082 r19432  
    1414import org.openstreetmap.josm.Main;
    1515import org.openstreetmap.josm.actions.JosmAction;
    16 import org.openstreetmap.josm.gui.MapView.LayerChangeListener;
    1716import org.openstreetmap.josm.gui.layer.GpxLayer;
    18 import org.openstreetmap.josm.gui.layer.Layer;
    1917import org.openstreetmap.josm.plugins.Plugin;
     18import org.openstreetmap.josm.plugins.PluginInformation;
    2019import org.openstreetmap.josm.tools.Shortcut;
    2120/**
     
    2625    UploadAction openaction;
    2726
    28     public UploadDataGuiPlugin() {
     27    public UploadDataGuiPlugin(PluginInformation info) {
     28        super(info);
    2929        openaction = new UploadAction();
    3030        Main.main.menu.toolsMenu.add(openaction);
Note: See TracChangeset for help on using the changeset viewer.