Changeset 1681 in josm
- Timestamp:
- 2009-06-19T21:55:45+02:00 (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r1633 r1681 259 259 } catch (final Exception e) { 260 260 e.printStackTrace(); 261 JOptionPane.showMessageDialog(null, tr("The projection could not be read from preferences. Using Merca rtor"));261 JOptionPane.showMessageDialog(null, tr("The projection could not be read from preferences. Using Mercator")); 262 262 Main.proj = new Mercator(); 263 263 }
Note:
See TracChangeset
for help on using the changeset viewer.