Changeset 29778 in osm for applications/editors/josm/plugins/smed
- Timestamp:
- 2013-07-25T21:57:38+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/smed
- Files:
-
- 2 added
- 2 edited
-
build.xml (modified) (1 diff)
-
nbproject (added)
-
nbproject/project.xml (added)
-
src/smed/Smed.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/build.xml
r29491 r29778 4 4 <property name="commit.message" value="New release"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 4394"/>6 <property name="plugin.main.version" value="6082"/> 7 7 <!-- should not be necessary to change the following properties --> 8 8 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/smed/src/smed/Smed.java
r27379 r29778 18 18 19 19 import org.openstreetmap.josm.Main; 20 import org.openstreetmap.josm.gui.MainMenu; 20 21 import org.openstreetmap.josm.gui.MapFrame; 21 22 import org.openstreetmap.josm.plugins.Plugin; … … 135 136 136 137 smedTab = new SmedTabAction(); 137 item = Main.main.menu. toolsMenu.add(smedTab);138 item = MainMenu.add(Main.main.menu.dataMenu, smedTab); 138 139 smedTab.setOsmItem(item); 139 140
Note:
See TracChangeset
for help on using the changeset viewer.
