Ignore:
Timestamp:
2010-01-13T14:45:10+01:00 (16 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/livegps/src/livegps/LiveGpsPlugin.java

    r19056 r19448  
    2424import org.openstreetmap.josm.gui.layer.Layer;
    2525import org.openstreetmap.josm.plugins.Plugin;
     26import org.openstreetmap.josm.plugins.PluginInformation;
    2627import org.openstreetmap.josm.tools.Shortcut;
    2728
     
    115116        }
    116117
    117         public LiveGpsPlugin() {
     118        public LiveGpsPlugin(PluginInformation info) {
     119                super(info);
    118120                MainMenu menu = Main.main.menu;
    119121                lgpsmenu = menu.addMenu(marktr("LiveGPS"), KeyEvent.VK_G,
Note: See TracChangeset for help on using the changeset viewer.