Changeset 4491 in osm for applications/editors/josm
- Timestamp:
- 2007-09-09T22:15:04+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/action/SetWaypointAction.java
r4277 r4491 68 68 String inputText = dialog.openDialog(SurveyorPlugin.getSurveyorFrame(), "Waypoint Description"); 69 69 if(inputText != null && inputText.length() > 0) { 70 inputText = inputText.replaceAll("<", "_"); // otherwise the gpx file is ruined 70 71 markerText = markerText + " " + inputText; 71 72 }
Note:
See TracChangeset
for help on using the changeset viewer.