Ignore:
Timestamp:
2009-07-08T20:23:47+02:00 (15 years ago)
Author:
stoecker
Message:

applied relation sort - fix #27789 - patch by cjw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ImageProvider.java

    r1711 r1748  
    6565        if (icon == null) {
    6666            String ext = name.indexOf('.') != -1 ? "" : ".png";
    67             throw new NullPointerException("/images/"+subdir+name+ext+" not found");
     67            throw new NullPointerException("/images/"+subdir+"/"+name+ext+" not found");
    6868        }
    6969        return icon;
Note: See TracChangeset for help on using the changeset viewer.