Changeset 3647 in josm


Ignore:
Timestamp:
Oct 31, 2010 1:12:59 PM (3 years ago)
Author:
bastiK
Message:

typo

File:
1 edited

Legend:

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

    r3612 r3647  
    9797                    ins = new InputStreamReader(in); 
    9898                } 
    99                 parser.startWithValidation(ins, "http://josm.openstreetmap.de/mappaint-styöe-1.0", 
     99                parser.startWithValidation(ins, "http://josm.openstreetmap.de/mappaint-style-1.0", 
    100100                "resource://data/mappaint-style.xsd"); 
    101101                while(parser.hasNext()) { 
Note: See TracChangeset for help on using the changeset viewer.