From a75862c066a104df724aca1d7222d26e21bd1bed Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Wed, 18 Apr 2001 00:37:15 +0000 Subject: [PATCH] fixed problem with non IE/Netscape browsers --- zsnes/src/win/winlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 46bd3717..b205e9f1 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -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); }