Changeset 3447 in josm


Ignore:
Timestamp:
Aug 19, 2010 6:28:52 PM (3 years ago)
Author:
stoecker
Message:

tpo

File:
1 edited

Legend:

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

    r3446 r3447  
    7575            throw new NullPointerException(tr( 
    7676            "Fatal: failed to locate image ''{0}''. This is a serious configuration problem. JOSM will stop working.", 
    77             imageName+ext)); 
     77            name+ext)); 
    7878        } 
    7979        return icon; 
Note: See TracChangeset for help on using the changeset viewer.