Ticket #6585: patch.txt

File patch.txt, 822 bytes (added by anonymous, 15 years ago)
Line 
1### Eclipse Workspace Patch 1.0
2#P JOSM
3Index: src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java
4===================================================================
5--- src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java (revision 4229)
6+++ src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java (working copy)
7@@ -218,7 +218,6 @@
8 panel.add(Box.createVerticalGlue(), GBC.eol().insets(0, 20, 0, 0));
9
10 waypointLabel.setSelectedIndex(Main.pref.getInteger("draw.rawgps.layer.wpt", 0 ));
11- colorTypeDilution.setToolTipText(tr("Allows to change the labelling of track waypoints."));
12 panel.add(new JLabel(tr("Waypoint labelling")), GBC.std().insets(20,0,0,0));
13 panel.add(waypointLabel, GBC.eol().fill(GBC.HORIZONTAL).insets(5,0,0,5));
14