From a5e13f505c2440dc634fd72c8fd277e704b01854 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Tue, 22 Jul 2014 15:53:15 -0400 Subject: [PATCH] Put a title in the task list for the Splash Screen --- .../SplashScreenWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/SplashScreenWindow.cs b/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/SplashScreenWindow.cs index 5469fe99..82daf436 100644 --- a/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/SplashScreenWindow.cs +++ b/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/SplashScreenWindow.cs @@ -29,6 +29,7 @@ namespace UniversalEditor.UserInterface.WindowsForms */ lblTitle.Text = Engine.CurrentEngine.DefaultLanguage.GetStringTableEntry("ApplicationTitle", "Universal Editor"); + this.Text = lblTitle.Text; if (LocalConfiguration.SplashScreen.Image != null) {