Changeset 19483 in osm for applications/editors/josm/plugins/terracer/src
- Timestamp:
- 2010-01-13T15:24:02+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/src/terracer/TerracerPlugin.java
r13990 r19483 11 11 import org.openstreetmap.josm.gui.MainMenu; 12 12 import org.openstreetmap.josm.plugins.Plugin; 13 import org.openstreetmap.josm.plugins.PluginInformation; 13 14 14 15 /** … … 18 19 */ 19 20 public class TerracerPlugin extends Plugin { 20 public TerracerPlugin() { 21 public TerracerPlugin(PluginInformation info) { 22 super(info); 23 21 24 MainMenu.add(Main.main.menu.toolsMenu, new TerracerAction()); 22 25 MainMenu.add(Main.main.menu.toolsMenu, new ReverseTerraceAction());
Note:
See TracChangeset
for help on using the changeset viewer.