Changeset 935 in josm


Ignore:
Timestamp:
Sep 8, 2008 12:06:31 PM (5 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.