Changeset 2143 in josm for trunk/src/org
- Timestamp:
- 2009-09-16T00:13:54+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapStatus.java
r2137 r2143 197 197 final JPanel c = new JPanel(new GridBagLayout()); 198 198 final JLabel lbl = new JLabel( 199 "<html>"+tr("Middle click again ,to cycle through.<br>"+200 "Hold CTRL to select something from this list.<hr>")+"</html>",199 "<html>"+tr("Middle click again to cycle through.<br>"+ 200 "Hold CTRL to select directly from this list with the mouse.<hr>")+"</html>", 201 201 null, 202 202 JLabel.HORIZONTAL
Note:
See TracChangeset
for help on using the changeset viewer.