Changeset 3819 in josm


Ignore:
Timestamp:
2011-01-25T19:00:36+01:00 (13 years ago)
Author:
stoecker
Message:

add applet url handling

File:
1 edited

Legend:

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

    r3815 r3819  
    8585        I18n.init();
    8686        Main.checkJava6();
     87
     88        String url = getParameter("load_url");
     89        if(url != null)
     90            args.put("download", Arrays.asList(new String[]{url}));
    8791
    8892        // initialize the platform hook, and
Note: See TracChangeset for help on using the changeset viewer.