- Timestamp:
 - 2008-09-03T17:58:16+02:00 (17 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 1 added
 - 1 edited
 
- 
          
  images/styles/citylimit.png (added)
 - 
          
  src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java
r885 r917 44 44 } 45 45 URL path = Main.class.getResource(internalImageDir+name); 46 if(path == null) 47 path = Main.class.getResource("/styles/"+name); 46 48 if(path == null) 47 49 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  