From 7f1a7c0e8ec0fd4240e88cd69000a083761ee7a0 Mon Sep 17 00:00:00 2001 From: Kevin Pope Date: Sat, 1 Mar 2014 16:31:38 -0800 Subject: [PATCH] Fixed copyright message. --- AboutPage/AboutPage.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AboutPage/AboutPage.cs b/AboutPage/AboutPage.cs index 927bf8747..0e605132f 100644 --- a/AboutPage/AboutPage.cs +++ b/AboutPage/AboutPage.cs @@ -332,7 +332,7 @@ namespace MatterHackers.MatterControl checkUpdateLink.Visible = false; } - MainSlidePanel.Instance.SetUpdateNotification(this, null); + //MainSlidePanel.Instance.SetUpdateNotification(this, null); } void onVersionRequestFailed(object sender, EventArgs e) @@ -454,7 +454,7 @@ namespace MatterHackers.MatterControl learnMoreLink.Margin = new BorderDouble(0, 5); topToBottom.AddChild(learnMoreLink); - TextWidget copyrightText = new TextWidget(string.Format(new LocalizedString("Copyright © 2013 MatterHackers, Inc.").Translated), textColor: offWhite); + TextWidget copyrightText = new TextWidget(string.Format(new LocalizedString("Copyright © 2014 MatterHackers, Inc.").Translated), textColor: offWhite); copyrightText.HAnchor = Agg.UI.HAnchor.ParentCenter; topToBottom.AddChild(copyrightText);