Changeset 3338 in osm for applications


Ignore:
Timestamp:
2007-06-25T19:10:55+02:00 (18 years ago)
Author:
christofd
Message:

adopted to change of way representation in gpsdata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/livegps/livegps/LiveGpsDialog.java

    r3096 r3338  
    8080                courseLabel.setText(data.getCourse() + "deg");
    8181               
    82                 String wayString = data.getWay();
     82                String wayString = data.getWayInfo();
    8383                if(wayString.length() > 0) {
    8484                    wayLabel.setText(wayString);
Note: See TracChangeset for help on using the changeset viewer.