Index: /trunk/resources/data/validator/ignoretags.cfg
===================================================================
--- /trunk/resources/data/validator/ignoretags.cfg	(revision 17244)
+++ /trunk/resources/data/validator/ignoretags.cfg	(revision 17245)
@@ -236,4 +236,5 @@
 K:site=wind_farm
 K:site=mall
+K:landform=dune_system
 ;
 ; Highway Key/Value Pairs
Index: /trunk/src/org/openstreetmap/josm/gui/preferences/display/DrawingPreference.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/preferences/display/DrawingPreference.java	(revision 17244)
+++ /trunk/src/org/openstreetmap/josm/gui/preferences/display/DrawingPreference.java	(revision 17245)
@@ -69,5 +69,5 @@
 
     DrawingPreference() {
-        super(/* ICON(preferences/) */ "display", tr("OSM Data"), tr("Settings that control the drawing of OSM data."));
+        super("layer/osmdata_small", tr("OSM Data"), tr("Settings that control the drawing of OSM data."));
     }
 
Index: /trunk/src/org/openstreetmap/josm/gui/preferences/display/GPXPreference.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/preferences/display/GPXPreference.java	(revision 17244)
+++ /trunk/src/org/openstreetmap/josm/gui/preferences/display/GPXPreference.java	(revision 17245)
@@ -25,5 +25,5 @@
 
     GPXPreference() {
-        super("layer/gpx_small.svg", tr("GPS Points"), tr("Settings that control the drawing of GPS tracks."));
+        super("layer/gpx_small", tr("GPS Points"), tr("Settings that control the drawing of GPS tracks."));
     }
 
Index: /trunk/src/org/openstreetmap/josm/gui/preferences/display/LafPreference.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/preferences/display/LafPreference.java	(revision 17244)
+++ /trunk/src/org/openstreetmap/josm/gui/preferences/display/LafPreference.java	(revision 17245)
@@ -74,5 +74,5 @@
 
     LafPreference() {
-        super(null, tr("Look and Feel"), tr("Change the Look and Feel of the program"));
+        super(/* ICON(preferences/) */ "display", tr("Look and Feel"), tr("Change the Look and Feel of the program"));
     }
 
Index: /trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java	(revision 17244)
+++ /trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java	(revision 17245)
@@ -343,5 +343,5 @@
 
     public ProjectionPreference() {
-        super(null, tr("Map Projection"), tr("Map Projection"));
+        super(/* ICON(preferences/) */ "map", tr("Map Projection"), tr("Map Projection"));
         this.projectionCombo = new JosmComboBox<>(
             projectionChoices.toArray(new ProjectionChoice[0]));
