fix rather annoying typo in online help link

This commit is contained in:
adelikat 2012-03-04 02:52:21 +00:00
parent bda74d9e3d
commit 03ecff625b
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ namespace BizHawk.MultiClient
private void helpToolStripMenuItem1_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("http://tasvideos.org/BizHawk.thml");
System.Diagnostics.Process.Start("http://tasvideos.org/BizHawk.html");
}
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)