Simplify product name in About menu
This commit is contained in:
parent
aac33b70b8
commit
1d8771d146
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue