Ignore:
Timestamp:
2011-02-13T10:30:28+01:00 (13 years ago)
Author:
bastiK
Message:

integrate wireframe into mappaint dialog; rename 'shortdescription' to 'title' (xml header key is unchanged)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/xml/XmlStyleSourceHandler.java

    r3863 r3894  
    160160                    style.name = atts.getValue("name");
    161161                }
    162                 if (style.shortdescription == null) {
    163                     style.shortdescription = atts.getValue("shortdescription");
     162                if (style.title == null) {
     163                    style.title = atts.getValue("shortdescription");
     164                }
     165                if (style.icon == null) {
     166                    style.icon = atts.getValue("icon");
    164167                }
    165168            }
Note: See TracChangeset for help on using the changeset viewer.