Ignore:
Timestamp:
2010-01-13T15:17:42+01:00 (15 years ago)
Author:
guggis
Message:

'Changed the constructor signature of the plugin main class'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorPlugin.java

    r14120 r19479  
    77import static org.openstreetmap.josm.tools.I18n.tr;
    88
    9 import java.util.Iterator;
    10 
    11 import javax.swing.AbstractAction;
    129import javax.swing.JCheckBoxMenuItem;
    1310import javax.swing.JFrame;
    1411import javax.swing.JMenu;
    15 import javax.swing.JOptionPane;
    16 import javax.swing.KeyStroke;
    17 import java.awt.event.KeyEvent;
    1812
    1913import livegps.LiveGpsPlugin;
    2014
    21 import org.openstreetmap.josm.Main;
    2215import org.openstreetmap.josm.gui.MainMenu;
    2316import org.openstreetmap.josm.plugins.PluginHandler;
     17import org.openstreetmap.josm.plugins.PluginInformation;
    2418
    2519/**
     
    4034     *
    4135     */
    42     public SurveyorPlugin() {
    43         super();
     36    public SurveyorPlugin(PluginInformation info) {
    4437
    4538        LiveGpsPlugin gpsPlugin = (LiveGpsPlugin) PluginHandler.getPlugin("livegps");
Note: See TracChangeset for help on using the changeset viewer.