Changeset 5685 in osm for applications/editors/josm
- Timestamp:
- 2007-11-22T15:30:18+01:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
r5680 r5685 466 466 public void preferenceChanged(String key, String newValue) 467 467 { 468 if (key.startsWith( "slippymaplayer"))468 if (key.startsWith(Constants.PREFERENCE_PREFIX)) 469 469 { 470 470 System.err.println(this + ".preferenceChanged('" + key + "', '"
Note:
See TracChangeset
for help on using the changeset viewer.