Changeset 4235 in josm for trunk/src


Ignore:
Timestamp:
2011-07-13T15:15:07+02:00 (13 years ago)
Author:
stoecker
Message:

fix #6585 - patch by Casiope - add missing tooltip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java

    r4230 r4235  
    219219
    220220        waypointLabel.setSelectedIndex(Main.pref.getInteger("draw.rawgps.layer.wpt", 0 ));
    221         colorTypeDilution.setToolTipText(tr("Allows to change the labelling of track waypoints."));
    222221        panel.add(new JLabel(tr("Waypoint labelling")), GBC.std().insets(20,0,0,0));
    223222        panel.add(waypointLabel, GBC.eol().fill(GBC.HORIZONTAL).insets(5,0,0,5));
Note: See TracChangeset for help on using the changeset viewer.