Mud Designer:

- Added web link to the launcher for the new Mud Designer Forums.
This commit is contained in:
Scionwest_cp 2010-01-03 14:23:54 -08:00
parent 4f5fd633ba
commit a8ea7eecb8
2 changed files with 49 additions and 0 deletions

View file

@ -155,5 +155,10 @@ namespace MudDesigner.Editors
string savePath = Path.Combine(Application.StartupPath, "Toolkit.xml");
FileManager.Save(savePath, Program.Settings);
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("http://muddesigner.dailyforum.net");
}
}
}