Changeset 26144 in osm for applications/editors/josm
- Timestamp:
- 2011-06-18T13:54:14+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/public_transport/src/public_transport
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/GTFSImporterAction.java
r23192 r26144 75 75 super(tr("Create Stops from GTFS ..."), null, 76 76 tr("Create Stops from a GTFS file"), null, true); 77 putValue("toolbar", "publictransport/gtfsimporter"); 77 78 } 78 79 -
applications/editors/josm/plugins/public_transport/src/public_transport/RoutePatternAction.java
r26116 r26144 417 417 super(tr("Route patterns ..."), null, 418 418 tr("Edit Route patterns for public transport"), null, true); 419 putValue("toolbar", "publictransport/routepattern"); 419 420 } 420 421 -
applications/editors/josm/plugins/public_transport/src/public_transport/StopImporterAction.java
r23192 r26144 74 74 super(tr("Create Stops from GPX ..."), null, 75 75 tr("Create Stops from a GPX file"), null, true); 76 putValue("toolbar", "publictransport/stopimporter"); 76 77 } 77 78
Note:
See TracChangeset
for help on using the changeset viewer.