Changeset 3338 in osm for applications
- Timestamp:
- 2007-06-25T19:10:55+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/livegps/LiveGpsDialog.java
r3096 r3338 80 80 courseLabel.setText(data.getCourse() + "deg"); 81 81 82 String wayString = data.getWay(); 82 String wayString = data.getWayInfo(); 83 83 if(wayString.length() > 0) { 84 84 wayLabel.setText(wayString);
Note:
See TracChangeset
for help on using the changeset viewer.