- Timestamp:
- 2007-10-07T14:24:11+02:00 (17 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
r344 r345 60 60 ); 61 61 62 if (changePrefs) { ;62 if (changePrefs) { 63 63 Main.pref.put("osm-server.version", null); 64 64 Main.pref.put("osm-server.additional-versions", null); 65 panel.add(new JLabel("<html><h3>Your preferences have been changed by removing <b>osm-server.version</b> and/or <b>osm-server.additional-versions</b> which were still to referring0.4.</h3></html>"), GBC.eol());65 panel.add(new JLabel("<html><h3>Your preferences have been changed by removing <b>osm-server.version</b> and/or <b>osm-server.additional-versions</b> which were still referring to 0.4.</h3></html>"), GBC.eol()); 66 66 } 67 67 -
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r298 r345 112 112 Main.pref.resetToDefault(); 113 113 } 114 115 if (!Main.pref.getBoolean("plugins-0.5", false)) { 116 Main.pref.put("plugins", null); 117 Main.pref.put("plugins-0.5", "true"); 118 System.out.println("disabled plugins setting. re-enable the plugins you need."); 119 } 114 120 115 121 // load the early plugins
Note:
See TracChangeset
for help on using the changeset viewer.