fixed problem with non IE/Netscape browsers

This commit is contained in:
pagefault
2001-04-18 00:37:15 +00:00
parent 79fd293fd3
commit a75862c066

View File

@@ -2301,7 +2301,7 @@ void SetMouseY(int Y)
void ZsnesPage()
{
ShellExecute(NULL, NULL, "http://www.zsnes.com", NULL, NULL, 0);
ShellExecute(NULL, NULL, "http://www.zsnes.com/", NULL, NULL, 0);
}