Ignore:
Timestamp:
2010-01-13T15:24:02+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/terracer/src/terracer/TerracerPlugin.java

    r13990 r19483  
    1111import org.openstreetmap.josm.gui.MainMenu;
    1212import org.openstreetmap.josm.plugins.Plugin;
     13import org.openstreetmap.josm.plugins.PluginInformation;
    1314
    1415/**
     
    1819 */
    1920public class TerracerPlugin extends Plugin {
    20         public TerracerPlugin() {
     21        public TerracerPlugin(PluginInformation info) {
     22                super(info);
     23               
    2124                MainMenu.add(Main.main.menu.toolsMenu, new TerracerAction());
    2225                MainMenu.add(Main.main.menu.toolsMenu, new ReverseTerraceAction());
Note: See TracChangeset for help on using the changeset viewer.