Changeset 3096 in osm for applications/editors/josm


Ignore:
Timestamp:
2007-06-04T11:49:38+02:00 (17 years ago)
Author:
christofd
Message:

fixed printing of way name

File:
1 edited

Legend:

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

    r3073 r3096  
    8181               
    8282                String wayString = data.getWay();
    83                 if(wayString.length() == 0) {
     83                if(wayString.length() > 0) {
    8484                    wayLabel.setText(wayString);
    8585                } else {
Note: See TracChangeset for help on using the changeset viewer.