Changeset 917 in josm for trunk/src


Ignore:
Timestamp:
2008-09-03T17:58:16+02:00 (16 years ago)
Author:
stoecker
Message:

minor fix

File:
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.