Changeset 3819 in josm
- Timestamp:
- 2011-01-25T19:00:36+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplet.java
r3815 r3819 85 85 I18n.init(); 86 86 Main.checkJava6(); 87 88 String url = getParameter("load_url"); 89 if(url != null) 90 args.put("download", Arrays.asList(new String[]{url})); 87 91 88 92 // initialize the platform hook, and
Note:
See TracChangeset
for help on using the changeset viewer.