Changeset 15960 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Timestamp:
- 2009-06-17T09:01:52+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r15707 r15960 496 496 if (this.lambertZone != currentLambertZone) { 497 497 JOptionPane.showMessageDialog(Main.parent, tr("Lambert zone {0} in cache "+ 498 " 498 "incompatible with current Lambert zone {1}", 499 499 this.lambertZone+1, currentLambertZone), tr("Cache Lambert Zone Error"), JOptionPane.ERROR_MESSAGE); 500 500 return false;
Note:
See TracChangeset
for help on using the changeset viewer.