restored credit

This commit is contained in:
itsmattkc 2020-01-10 05:26:43 +11:00
parent 63f5d80c2f
commit 70a019b161

View file

@ -202,7 +202,7 @@ namespace Rebuilder
LinkLabel subtitle = new LinkLabel();
subtitle.Anchor = AnchorStyles.Left | AnchorStyles.Right;
subtitle.Text = "www.legoisland.org";
subtitle.Text = "by MattKC (www.legoisland.org)";
subtitle.TextAlign = ContentAlignment.MiddleCenter;
subtitle.LinkClicked += new LinkLabelLinkClickedEventHandler(AuthorLinkClick);
grid.Controls.Add(subtitle, 0, 1);