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