- Timestamp:
- 2016-09-05T01:10:07+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r10936 r10962 826 826 /** 827 827 * Should be called before the main constructor to setup some parameter stuff 828 * @param args The parsed argument list. 829 */ 830 public static void preConstructorInit(ProgramArguments args) { 828 */ 829 public static void preConstructorInit() { 831 830 ProjectionPreference.setProjection(); 832 831 -
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r10931 r10962 319 319 320 320 monitor.indeterminateSubTask(tr("Setting defaults")); 321 preConstructorInit( args);321 preConstructorInit(); 322 322 323 323 monitor.indeterminateSubTask(tr("Creating main GUI"));
Note:
See TracChangeset
for help on using the changeset viewer.