Changeset 3096 in osm for applications/editors/josm
- Timestamp:
- 2007-06-04T11:49:38+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/livegps/LiveGpsDialog.java
r3073 r3096 81 81 82 82 String wayString = data.getWay(); 83 if(wayString.length() ==0) {83 if(wayString.length() > 0) { 84 84 wayLabel.setText(wayString); 85 85 } else {
Note:
See TracChangeset
for help on using the changeset viewer.