Put a title in the task list for the Splash Screen

This commit is contained in:
Michael Becker 2014-07-22 15:53:15 -04:00
parent 9cbdaf1a9b
commit a5e13f505c

View File

@ -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)
{