Changeset 30085 in osm for applications/editors


Ignore:
Timestamp:
2013-11-24T16:14:52+01:00 (11 years ago)
Author:
donvip
Message:

[josm_opendata] update icon name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/ToulouseDataSetHandler.java

    r30083 r30085  
    6363    public static final DataSetCategory CAT_SERVICES = new DataSetCategory("Services", "styles/standard/vehicle/services.png");
    6464    public static final DataSetCategory CAT_SPORT = new DataSetCategory("Sport", "presets/soccer.png");
    65     public static final DataSetCategory CAT_TOPOGRAPHIE = new DataSetCategory("Topographie", "presets/peak.png");
     65    public static final DataSetCategory CAT_TOPOGRAPHIE = new DataSetCategory("Topographie", "presets/peak.svg");
    6666    public static final DataSetCategory CAT_TRANSPORT = new DataSetCategory("Transport", "presets/bus.png");
    6767    public static final DataSetCategory CAT_URBANISME = new DataSetCategory("Urbanisme", "presets/places.png");
Note: See TracChangeset for help on using the changeset viewer.