mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-17 08:30:56 -05:00
restored credit
This commit is contained in:
parent
63f5d80c2f
commit
70a019b161
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue