Changeset 7414 in josm for trunk/src/org/openstreetmap/josm/actions/GpxExportAction.java
- Timestamp:
- 2014-08-16T04:29:00+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/GpxExportAction.java
r6643 r7414 25 25 /** 26 26 * Exports data to gpx. 27 * @since 78 27 28 */ 28 29 public class GpxExportAction extends DiskAccessAction { 29 30 31 /** 32 * Constructs a new {@code GpxExportAction}. 33 */ 30 34 public GpxExportAction() { 31 35 super(tr("Export to GPX..."), "exportgpx", tr("Export the data to GPX file."), … … 95 99 /** 96 100 * Refreshes the enabled state 97 *98 101 */ 99 102 @Override
Note:
See TracChangeset
for help on using the changeset viewer.
