source:
osm/applications/editors/josm/plugins/smed1/src/oseam/OSeaM.java@
29036
| Last change on this file since 29036 was 29036, checked in by , 14 years ago | |
|---|---|
| File size: 392 bytes | |
| Line | |
|---|---|
| 1 | package oseam; |
| 2 | |
| 3 | import org.openstreetmap.josm.Main; |
| 4 | import org.openstreetmap.josm.gui.MainMenu; |
| 5 | import org.openstreetmap.josm.plugins.Plugin; |
| 6 | import org.openstreetmap.josm.plugins.PluginInformation; |
| 7 | |
| 8 | import oseam.OSeaMAction; |
| 9 | |
| 10 | public class OSeaM extends Plugin { |
| 11 | |
| 12 | public OSeaM(PluginInformation info) { |
| 13 | super(info); |
| 14 | MainMenu.add(Main.main.menu.toolsMenu, new OSeaMAction()); |
| 15 | } |
| 16 | |
| 17 | } |
Note:
See TracBrowser
for help on using the repository browser.
