Ignore:
Timestamp:
2014-10-29T15:24:07+01:00 (9 years ago)
Author:
stoecker
Message:

cleanup icons, mark undetected icons, set proper mimetype, delete unused icons, update geticons script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetType.java

    r6074 r7668  
    1010 */
    1111public enum TaggingPresetType {
    12     NODE("Mf_node", "node"), WAY("Mf_way", "way"), RELATION("Mf_relation", "relation"), CLOSEDWAY("Mf_closedway", "closedway");
     12    NODE(/* ICON */ "Mf_node", "node"),
     13    WAY(/* ICON */ "Mf_way", "way"),
     14    RELATION(/* ICON */ "Mf_relation", "relation"),
     15    CLOSEDWAY(/* ICON */ "Mf_closedway", "closedway");
    1316    private final String iconName;
    1417    private final String name;
Note: See TracChangeset for help on using the changeset viewer.