Did some name rebranding (made it easier)
This commit is contained in:
parent
531001df2e
commit
d8c025ed9d
10 changed files with 12 additions and 11 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue