From 9c583829def53b792c43a91bd0e303bc743981af Mon Sep 17 00:00:00 2001 From: Ivan Esparza Date: Fri, 1 Apr 2016 18:04:35 -0700 Subject: [PATCH] Fixes issue 4440 --- app/src/processing/app/Base.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 7f9906dad..0a260e516 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -127,8 +127,6 @@ public class Base { System.setProperty("swing.aatext", "true"); System.setProperty("java.net.useSystemProxies", "true"); - splashScreenHelper.splashText(tr("Loading configuration...")); - if (OSUtils.isMacOS()) { ThinkDifferent.init(); } @@ -158,6 +156,8 @@ public class Base { BaseNoGui.initParameters(args); + splashScreenHelper.splashText(tr("Loading configuration...")); + BaseNoGui.initVersion(); // if (System.getProperty("mrj.version") != null) {