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