Changeset 3447 in josm
- Timestamp:
- Aug 19, 2010 6:28:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r3446 r3447 75 75 throw new NullPointerException(tr( 76 76 "Fatal: failed to locate image ''{0}''. This is a serious configuration problem. JOSM will stop working.", 77 imageName+ext));77 name+ext)); 78 78 } 79 79 return icon;
Note: See TracChangeset
for help on using the changeset viewer.
