Changeset 2081 in josm for trunk/src/org/openstreetmap/josm/gui/MainApplication.java
- Timestamp:
- 08.09.2009 22:56:02 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r2063 r2081 87 87 } 88 88 89 Main.pref.init(args.containsKey("reset-preferences"));90 91 89 // Check if passed as parameter 92 90 if (args.containsKey("language")) { … … 95 93 I18n.set(Main.pref.get("language", null)); 96 94 } 95 96 Main.pref.init(args.containsKey("reset-preferences")); 97 97 98 98 99 if (argList.contains("--help") || argList.contains("-?") || argList.contains("-h")) { … … 115 116 "\t-Djosm.home="+tr("/PATH/TO/JOSM/FOLDER/ ")+tr("Change the folder for all user settings")+"\n\n"+ 116 117 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"+ 118 119 "\t-Xmx...m\n\n"+ 119 120 tr("examples")+":\n"+
Note: See TracChangeset
for help on using the changeset viewer.
