Changeset 8992 in josm
- Timestamp:
- 2015-11-04T23:51:53+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r8903 r8992 1150 1150 } 1151 1151 if (GraphicsEnvironment.isHeadless()) { 1152 Main.warn("Cursors are not available in headless mode. Returning null for '"+name+'\''); 1152 if (Main.isDebugEnabled()) { 1153 Main.debug("Cursors are not available in headless mode. Returning null for '"+name+'\''); 1154 } 1153 1155 return null; 1154 1156 }
Note:
See TracChangeset
for help on using the changeset viewer.