Simplify product name in About menu

This commit is contained in:
John Lewin 2018-09-29 15:06:57 -07:00
parent aac33b70b8
commit 1d8771d146

View file

@ -78,7 +78,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
this.AddChild(new SettingsItem("Theme".Localize(), new GuiWidget(), theme)); this.AddChild(new SettingsItem("Theme".Localize(), new GuiWidget(), theme));
this.AddChild(this.GetThemeControl()); this.AddChild(this.GetThemeControl());
var aboutMatterControl = new SettingsItem("About".Localize() + " " + ApplicationController.Instance.ProductName, theme); var aboutMatterControl = new SettingsItem("About".Localize() + " MatterControl", theme);
if (IntPtr.Size == 8) if (IntPtr.Size == 8)
{ {
// Push right // Push right