Ignore:
Timestamp:
2010-01-13T15:07:23+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/piclayer/src/org/openstreetmap/josm/plugins/piclayer/PicLayerPlugin.java

    r19062 r19467  
    2929import org.openstreetmap.josm.Main;
    3030import org.openstreetmap.josm.plugins.Plugin;
     31import org.openstreetmap.josm.plugins.PluginInformation;
    3132import org.openstreetmap.josm.gui.IconToggleButton;
    3233import org.openstreetmap.josm.gui.MapView;
     
    5758     * Constructor...
    5859     */
    59     public PicLayerPlugin() {
    60 
     60    public PicLayerPlugin(PluginInformation info) {
     61        super(info);
     62       
    6163        // Create menu entry
    6264        if ( Main.main.menu != null ) {
Note: See TracChangeset for help on using the changeset viewer.