- Timestamp:
- 2009-01-15T19:43:03+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r1239 r1266 395 395 } catch (final Exception e) { 396 396 e.printStackTrace(); 397 JOptionPane.showMessageDialog(null, tr("The projection could not be read from preferences. Using EPSG:4 263."));397 JOptionPane.showMessageDialog(null, tr("The projection could not be read from preferences. Using EPSG:4326")); 398 398 Main.proj = new Epsg4326(); 399 399 }
Note:
See TracChangeset
for help on using the changeset viewer.