Pull in the window title from the current language
This commit is contained in:
parent
597f4b641a
commit
a00d4015fe
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user