fix rather annoying typo in online help link
This commit is contained in:
parent
bda74d9e3d
commit
03ecff625b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue