Pull in the window title from the current language

This commit is contained in:
Michael Becker 2014-07-22 15:29:00 -04:00
parent 597f4b641a
commit a00d4015fe

View File

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