Changeset 19446 in osm for applications/editors/josm/plugins/lakewalker/src/org/openstreetmap
- Timestamp:
- 2010-01-13T14:43:25+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPlugin.java
r13497 r19446 7 7 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 8 8 import org.openstreetmap.josm.plugins.Plugin; 9 import org.openstreetmap.josm.plugins.PluginInformation; 9 10 10 11 /** … … 14 15 */ 15 16 public class LakewalkerPlugin extends Plugin { 16 public LakewalkerPlugin() { 17 public LakewalkerPlugin(PluginInformation info) { 18 super(info); 17 19 MainMenu.add(Main.main.menu.toolsMenu, new LakewalkerAction(tr("Lake Walker"))); 18 20 }
Note:
See TracChangeset
for help on using the changeset viewer.