Changeset 1266 in josm


Ignore:
Timestamp:
2009-01-15T19:43:03+01:00 (16 years ago)
Author:
stoecker
Message:

fixed #2027

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/Main.java

    r1239 r1266  
    395395        } catch (final Exception e) {
    396396            e.printStackTrace();
    397             JOptionPane.showMessageDialog(null, tr("The projection could not be read from preferences. Using EPSG:4263."));
     397            JOptionPane.showMessageDialog(null, tr("The projection could not be read from preferences. Using EPSG:4326"));
    398398            Main.proj = new Epsg4326();
    399399        }
Note: See TracChangeset for help on using the changeset viewer.