From 6bdfa00e618da2ca091d727c810b53d57ffe902b Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Thu, 19 Mar 2015 12:26:36 +0100 Subject: [PATCH] Splashscreen: initial message --- app/src/processing/app/Base.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 2833c5f6f..11dd6c982 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -89,6 +89,8 @@ public class Base { System.setProperty("awt.useSystemAAFontSettings", "on"); System.setProperty("swing.aatext", "true"); + splashScreenHelper.splashText(_("Loading configuration...")); + BaseNoGui.initLogger(); BaseNoGui.notifier = new GUIUserNotifier();