Changeset 32142 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-04-11T22:07:37+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/public_transport_layer/src/ptl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport_layer/src/ptl/Plugin.java
r31240 r32142 10 10 super(info); 11 11 MainMenu.add(Main.main.menu.dataMenu, new PublicTransportLayer.AddLayerAction()); 12 MainMenu.add(Main.main.menu.dataMenu, new DistanceBetweenStops()); 12 13 } 13 14 }
Note:
See TracChangeset
for help on using the changeset viewer.