mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-17 08:30:56 -05:00
change link from itsmattkc.com to legoisland.org
This commit is contained in:
parent
799ac4fd4f
commit
63f5d80c2f
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ namespace Rebuilder
|
|||
|
||||
LinkLabel subtitle = new LinkLabel();
|
||||
subtitle.Anchor = AnchorStyles.Left | AnchorStyles.Right;
|
||||
subtitle.Text = "by MattKC (itsmattkc.com)";
|
||||
subtitle.Text = "www.legoisland.org";
|
||||
subtitle.TextAlign = ContentAlignment.MiddleCenter;
|
||||
subtitle.LinkClicked += new LinkLabelLinkClickedEventHandler(AuthorLinkClick);
|
||||
grid.Controls.Add(subtitle, 0, 1);
|
||||
|
@ -722,7 +722,7 @@ namespace Rebuilder
|
|||
|
||||
private void AuthorLinkClick(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
Process.Start("http://www.itsmattkc.com/");
|
||||
Process.Start("https://www.legoisland.org/");
|
||||
}
|
||||
|
||||
private string GetSettingsDir()
|
||||
|
|
Loading…
Reference in a new issue