Changeset 29771 in osm for applications/editors/josm/plugins/tracer
- Timestamp:
- 2013-07-24T21:45:09+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/tracer
- Files:
-
- 2 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer/build.xml
r29596 r29771 4 4 <property name="commit.message" value="adapt to latest josm (getNodePairs changed)"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 5960"/>6 <property name="plugin.main.version" value="6082"/> 7 7 8 8 <property name="plugin.author" value="Jan Bilak, Petr Dlouhý"/> -
applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java
r20251 r29771 16 16 public TracerPlugin(PluginInformation info) { 17 17 super(info); 18 MainMenu.add(Main.main.menu. toolsMenu, new TracerAction(Main.map));18 MainMenu.add(Main.main.menu.moreToolsMenu, new TracerAction(Main.map)); 19 19 } 20 20
Note:
See TracChangeset
for help on using the changeset viewer.