Changeset 23630 in osm for applications/editors/josm/plugins/buildings_tools/src
- Timestamp:
- 2010-10-15T20:56:18+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java
r23190 r23630 78 78 private static Cursor getCursor() { 79 79 try { 80 return ImageProvider.getCursor("crosshair", null);80 return ImageProvider.getCursor("crosshair", "building"); 81 81 } catch (Exception e) { 82 82 }
Note:
See TracChangeset
for help on using the changeset viewer.