Did some name rebranding (made it easier)

This commit is contained in:
Lars Brubaker 2017-09-20 15:28:58 -07:00
parent 531001df2e
commit d8c025ed9d
10 changed files with 12 additions and 11 deletions

View file

@ -51,7 +51,7 @@ namespace MatterHackers.MatterControl
cancelButton.HAnchor = HAnchor.Right;
this.AddChild(cancelButton);
this.Title = "About MatterControl".Localize();
this.Title = "About".Localize() + " " + ApplicationController.Instance.ProductName;
this.AlwaysOnTopOfMain = true;
this.ShowAsSystemWindow();
}