Index: /trunk/nodist/images/mapmode/addsegment.svg
===================================================================
--- /trunk/nodist/images/mapmode/addsegment.svg	(revision 16949)
+++ /trunk/nodist/images/mapmode/addsegment.svg	(revision 16949)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24">
+  <path d="m4,13 15,-3" stroke="#000" fill="none"/>
+  <path d="m2.5,11.5h3v3h-3zm15,-3h3v3h-3z" stroke="#df421e" fill="#fff"/>
+</svg>
Index: unk/resources/images/mapmode/addsegment.svg
===================================================================
--- /trunk/resources/images/mapmode/addsegment.svg	(revision 16948)
+++ 	(revision )
@@ -1,4 +1,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24">
-  <path d="m4,13 15,-3" stroke="#000" fill="none"/>
-  <path d="m2.5,11.5h3v3h-3zm15,-3h3v3h-3z" stroke="#df421e" fill="#fff"/>
-</svg>
Index: /trunk/src/org/openstreetmap/josm/gui/layer/gpx/CustomizeDrawingAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/layer/gpx/CustomizeDrawingAction.java	(revision 16948)
+++ /trunk/src/org/openstreetmap/josm/gui/layer/gpx/CustomizeDrawingAction.java	(revision 16949)
@@ -55,5 +55,5 @@
     private CustomizeDrawingAction() {
         super(tr("Customize track drawing"));
-        new ImageProvider("mapmode/addsegment").getResource().attachImageIcon(this, true);
+        new ImageProvider("preference").getResource().attachImageIcon(this, true);
         putValue("help", ht("/Action/GPXLayerCustomizeLineDrawing"));
     }
