Fixed copyright message.
This commit is contained in:
parent
04e3223d2c
commit
7f1a7c0e8e
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue