Mud Designer:
- Added web link to the launcher for the new Mud Designer Forums.
This commit is contained in:
parent
4f5fd633ba
commit
a8ea7eecb8
2 changed files with 49 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue