Changeset 19452 in osm for applications/editors/josm/plugins/michigan_left/src/MichiganLeft
- Timestamp:
- 2010-01-13T14:48:46+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java
r17647 r19452 6 6 import org.openstreetmap.josm.gui.MainMenu; 7 7 import org.openstreetmap.josm.plugins.Plugin; 8 import org.openstreetmap.josm.plugins.PluginInformation; 8 9 9 10 public class MichiganLeft extends Plugin { 10 11 JMenuItem MichiganLeft; 11 12 12 public MichiganLeft() { 13 public MichiganLeft(PluginInformation info) { 14 super(info); 13 15 MichiganLeft = MainMenu.add(Main.main.menu.toolsMenu, new MichiganLeftAction()); 14 16
Note:
See TracChangeset
for help on using the changeset viewer.