Changeset 29771 in osm for applications/editors/josm/plugins/wayselector
- Timestamp:
- 2013-07-24T21:45:09+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/wayselector
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wayselector/build.xml
r29435 r29771 17 17 <property name="commit.message" value="recompile due to core change"/> 18 18 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 19 <property name="plugin.main.version" value=" 4980"/>19 <property name="plugin.main.version" value="6082"/> 20 20 21 21 <property name="plugin.author" value="Marko Mäkelä"/> -
applications/editors/josm/plugins/wayselector/src/org/openstreetmap/josm/plugins/wayselector/WaySelectorPlugin.java
r27932 r29771 28 28 super(info); 29 29 30 MainMenu.add(Main.main.menu. toolsMenu, new WaySelectAction());30 MainMenu.add(Main.main.menu.selectionMenu, new WaySelectAction()); 31 31 } 32 32
Note:
See TracChangeset
for help on using the changeset viewer.