Changeset 935 in josm for trunk/src


Ignore:
Timestamp:
2008-09-08T12:06:31+02:00 (16 years ago)
Author:
stoecker
Message:

fixed typo

File:
1 edited

Legend:

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

    r917 r935  
    4545                        URL path = Main.class.getResource(internalImageDir+name);
    4646                        if(path == null)
    47                                 path = Main.class.getResource("/styles/"+name);
     47                                path = Main.class.getResource("/images/styles/"+name);
    4848                        if(path == null)
    4949                        {
Note: See TracChangeset for help on using the changeset viewer.