Changeset 473 in josm for trunk/src/org
- Timestamp:
- 2007-11-28T10:42:25+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/Preferences.java
r471 r473 205 205 public final void resetToDefault() { 206 206 properties.clear(); 207 properties.put("laf", "javax.swing.plaf.metal.MetalLookAndFeel");208 207 properties.put("projection", "org.openstreetmap.josm.data.projection.Epsg4326"); 208 properties.put("draw.segment.direction", "true"); 209 properties.put("layerlist.visible", "true"); 209 210 properties.put("propertiesdialog.visible", "true"); 211 properties.put("selectionlist.visible", "true"); 212 properties.put("commandstack.visible", "true"); 210 213 properties.put("osm-server.url", "http://www.openstreetmap.org/api"); 211 214 if (System.getProperty("os.name").toUpperCase().indexOf("WINDOWS") == -1) {
Note:
See TracChangeset
for help on using the changeset viewer.