diff --git a/ApplicationView/ApplicationController.cs b/ApplicationView/ApplicationController.cs index 125a869be..1802504e3 100644 --- a/ApplicationView/ApplicationController.cs +++ b/ApplicationView/ApplicationController.cs @@ -739,6 +739,7 @@ namespace MatterHackers.MatterControl public string PrintingItemName { get; set; } + public string ShortProductName => "MatterControl"; public string ProductName => "MatterHackers: MatterControl"; public string ThumbnailCachePath(ILibraryItem libraryItem) diff --git a/ApplicationView/WidescreenPanel.cs b/ApplicationView/WidescreenPanel.cs index e2d941f6c..192dad27a 100644 --- a/ApplicationView/WidescreenPanel.cs +++ b/ApplicationView/WidescreenPanel.cs @@ -115,7 +115,7 @@ namespace MatterHackers.MatterControl buttonView.AddChild(iconContainer); - buttonView.AddChild(new TextWidget(ApplicationController.Instance.ProductName, textColor: ActiveTheme.Instance.PrimaryTextColor) + buttonView.AddChild(new TextWidget(ApplicationController.Instance.ShortProductName, textColor: ActiveTheme.Instance.PrimaryTextColor) { Margin = 0, VAnchor = VAnchor.Center diff --git a/Submodules/MatterSlice b/Submodules/MatterSlice index 009146569..70b0c252a 160000 --- a/Submodules/MatterSlice +++ b/Submodules/MatterSlice @@ -1 +1 @@ -Subproject commit 009146569532dec83235387e992344a282c28b56 +Subproject commit 70b0c252a45060722cec0354b87a3e5eb99d790f diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index e7498944d..bc4fc6c2a 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit e7498944db2b82f98930dd39aaf56afe39567f0c +Subproject commit bc4fc6c2a0c1191522097840390e1a7a687e14fd