Changeset 1681 in josm
- Timestamp:
- Jun 19, 2009 9:55:45 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
lib/josm-translation.jar (modified) (previous)
-
src/org/openstreetmap/josm/Main.java (modified) (1 diff)
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.
