Changeset 3376 in josm for trunk/src/org
- Timestamp:
- 2010-07-16T23:44:00+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapStatus.java
r3336 r3376 98 98 ImageLabel nameText = new ImageLabel("name", tr("The name of the object at the mouse pointer."), 20); 99 99 JTextField helpText = new JTextField(); 100 ImageLabel latText = new ImageLabel("lat", tr("The geographic latitude at the mouse pointer."), 1 0);100 ImageLabel latText = new ImageLabel("lat", tr("The geographic latitude at the mouse pointer."), 11); 101 101 ImageLabel angleText = new ImageLabel("angle", tr("The angle between the previous and the current way segment."), 6); 102 102 ImageLabel headingText = new ImageLabel("heading", tr("The (compass) heading of the line segment being drawn."), 6);
Note:
See TracChangeset
for help on using the changeset viewer.