Changeset 32535 in osm
- Timestamp:
- 2016-07-02T22:00:52+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/download_along
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/download_along/.project
r32286 r32535 16 16 </arguments> 17 17 </buildCommand> 18 <buildCommand> 19 <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> 20 <arguments> 21 </arguments> 22 </buildCommand> 18 23 </buildSpec> 19 24 <natures> 20 25 <nature>org.eclipse.jdt.core.javanature</nature> 26 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> 21 27 </natures> 22 28 </projectDescription> -
applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlongWayAction.java
r32481 r32535 34 34 private static final String PREF_DOWNLOAD_ALONG_WAY_GPS = "downloadAlongWay.download.gps"; 35 35 36 publicDownloadAlongWayAction() {36 DownloadAlongWayAction() { 37 37 super(tr("Download along..."), "download_along", tr("Download OSM data along the selected ways."), 38 38 Shortcut.registerShortcut("tools:download_along", tr("Tool: {0}", tr("Download Along")),
Note:
See TracChangeset
for help on using the changeset viewer.