File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ static public void main(String args[]) throws Exception {
101
101
102
102
BaseNoGui .initPortableFolder ();
103
103
104
- BaseNoGui .prescanParameters (args );
104
+ BaseNoGui .initParameters (args );
105
105
106
106
BaseNoGui .initVersion ();
107
107
VERSION_NAME = BaseNoGui .VERSION_NAME ;
Original file line number Diff line number Diff line change @@ -677,9 +677,7 @@ static public void main(String args[]) throws Exception {
677
677
678
678
initPortableFolder ();
679
679
680
- PreferencesData .init (null );
681
-
682
- prescanParameters (args );
680
+ initParameters (args );
683
681
684
682
init (args );
685
683
}
@@ -744,7 +742,7 @@ static public void populateImportToLibraryTable() {
744
742
}
745
743
}
746
744
747
- static public void prescanParameters (String args []) {
745
+ static public void initParameters (String args []) {
748
746
String preferencesFile = null ;
749
747
750
748
// Do a first pass over the commandline arguments, the rest of them
You can’t perform that action at this time.
0 commit comments