Changeset 917 in josm


Ignore:
Timestamp:
Sep 3, 2008 5:58:16 PM (5 years ago)
Author:
stoecker
Message:

minor fix

Location:
trunk
Files:
1 added
1 edited

Legend:

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

    r885 r917  
    4444                        } 
    4545                        URL path = Main.class.getResource(internalImageDir+name); 
     46                        if(path == null) 
     47                                path = Main.class.getResource("/styles/"+name); 
    4648                        if(path == null) 
    4749                        { 
Note: See TracChangeset for help on using the changeset viewer.