Ignore:
Timestamp:
08.09.2009 22:56:02 (3 years ago)
Author:
Gubaer
Message:

fixed #3393: loooong delay when using presets with a large osm file - further improvement; next step could be to turn UploadHooks into an asynchronous task; ApiPreconditionChecker loops over all keys in all upload primitives!
fixed #3435: Switching the changeset type deletes any changeset tags that have been set
fixed #3430: Entering comment=* manually in the changeset tags dialog gets ignored
fixed #3431: Upload dialog pops up again if no comment is provided
fixed #3429: created_by=* includes the wrong language when uploading from a new layer

File:
1 edited

Legend:

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

    r2063 r2081  
    8787        } 
    8888 
    89         Main.pref.init(args.containsKey("reset-preferences")); 
    90  
    9189        // Check if passed as parameter 
    9290        if (args.containsKey("language")) { 
     
    9593            I18n.set(Main.pref.get("language", null)); 
    9694        } 
     95 
     96        Main.pref.init(args.containsKey("reset-preferences")); 
     97 
    9798 
    9899        if (argList.contains("--help") || argList.contains("-?") || argList.contains("-h")) { 
     
    115116                    "\t-Djosm.home="+tr("/PATH/TO/JOSM/FOLDER/         ")+tr("Change the folder for all user settings")+"\n\n"+ 
    116117                    tr("note: For some tasks, JOSM needs a lot of memory. It can be necessary to add the following\n" + 
    117                        "      Java option to increase the maximum size of allocated memory")+":\n"+ 
     118                    "      Java option to increase the maximum size of allocated memory")+":\n"+ 
    118119                    "\t-Xmx...m\n\n"+ 
    119120                    tr("examples")+":\n"+ 
Note: See TracChangeset for help on using the changeset viewer.