Changeset 16928 in josm


Ignore:
Timestamp:
2020-08-24T22:32:36+02:00 (4 years ago)
Author:
simon04
Message:

see #7638 - Download dialog: use bbox icon in status bar (icon by Klumbumbus)

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r16920 r16928  
    118118        latText = new ImageLabel("lat", null, sampleFormat.latToString(sample).length(), background);
    119119        lonText = new ImageLabel("lon", null, sampleFormat.lonToString(sample).length(), background);
    120         bboxText = new ImageLabel("name", null, sampleFormat.toString(sample, "").length() * 2, background);
     120        bboxText = new ImageLabel("bbox", null, sampleFormat.toString(sample, "").length() * 2, background);
    121121    }
    122122
Note: See TracChangeset for help on using the changeset viewer.