Pull in the window title from the current language

This commit is contained in:
Michael Becker 2014-07-22 15:24:24 -04:00
parent 3115690e4e
commit f83dbb6a43

View File

@ -53,7 +53,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
pnlSolutionExplorer.ParentWindow = this;
this.Icon = LocalConfiguration.MainIcon;
this.Text = LocalConfiguration.ApplicationName;
this.Text = Engine.CurrentEngine.DefaultLanguage.GetStringTableEntry("ApplicationName", "Universal Editor Platform");
mnuContextDocumentTypeDataFormat.Font = new Font(SystemFonts.MenuFont, FontStyle.Bold);