Index: applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/ToulouseDataSetHandler.java
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/ToulouseDataSetHandler.java	(revision 30920)
+++ applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/ToulouseDataSetHandler.java	(revision 31048)
@@ -37,5 +37,5 @@
 
 public abstract class ToulouseDataSetHandler extends FrenchDataSetHandler implements ToulouseConstants {
-    
+
     /**
      * Categories
@@ -48,18 +48,18 @@
     public static final DataSetCategory CAT_PATRIMOINE = new DataSetCategory("Patrimoine", "presets/ruins.png");
     public static final DataSetCategory CAT_SERVICES = new DataSetCategory("Services", "styles/standard/vehicle/services.png");
-    public static final DataSetCategory CAT_SPORT = new DataSetCategory("Sport", "presets/soccer.png");
+    public static final DataSetCategory CAT_SPORT = new DataSetCategory("Sport", "styles/standard/sport/soccer.png");
     public static final DataSetCategory CAT_TOPOGRAPHIE = new DataSetCategory("Topographie", "presets/peak.svg");
     public static final DataSetCategory CAT_TRANSPORT = new DataSetCategory("Transport", "presets/bus.png");
-    public static final DataSetCategory CAT_URBANISME = new DataSetCategory("Urbanisme", "presets/places.png");
+    public static final DataSetCategory CAT_URBANISME = new DataSetCategory("Urbanisme", "styles/standard/place/settlement/city.png");
 
     public ToulouseDataSetHandler(int portalId) {
         init(portalId);
     }
-    
+
     public ToulouseDataSetHandler(int portalId, String relevantTag) {
         super(relevantTag);
         init(portalId);
     }
-    
+
     public ToulouseDataSetHandler(int portalId, boolean relevantUnion, String ... relevantTags) {
         super(relevantUnion, relevantTags);
@@ -75,5 +75,5 @@
         init(portalId);
     }*/
-    
+
     public ToulouseDataSetHandler(int portalId, boolean relevantUnion, Tag ... relevantTags) {
         super(relevantUnion, relevantTags);
@@ -84,5 +84,5 @@
         this(portalId, false, relevantTags);
     }*/
-    
+
     private final void init(int portalId) {
         try {
@@ -116,5 +116,5 @@
         return ICON_CROIX_16;
     }
-    
+
     protected final void setWikiPage(String wikiPage) {
         if (wikiPage != null && !wikiPage.isEmpty()) {
@@ -127,7 +127,7 @@
         }
     }
-    
+
     protected abstract class SplitAction extends JosmAction implements DataSetListener {
-        
+
         public SplitAction(String name, String desc) {
             super(name, null, desc, null, false);
@@ -135,7 +135,7 @@
             ToulouseModule.data.addDataSetListener(this);
         }
-        
+
         protected abstract Collection<Relation> getBoundaries();
-        
+
         @Override
         public void actionPerformed(ActionEvent e) {
@@ -191,5 +191,5 @@
         }
     }
-    
+
     protected class SplitByMunicipality extends SplitAction {
         public SplitByMunicipality() {
