diff options
Diffstat (limited to 'hw/xwin/windialogs.c')
-rwxr-xr-x | hw/xwin/windialogs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/windialogs.c b/hw/xwin/windialogs.c index 0b590cf1d..a8153535f 100755 --- a/hw/xwin/windialogs.c +++ b/hw/xwin/windialogs.c @@ -705,7 +705,7 @@ winAboutDlgProc (HWND hwndDialog, UINT message, case ID_ABOUT_WEBSITE: { - const char * pszPath = "http://x.cygwin.com/"; + const char * pszPath = __VENDORDWEBSUPPORT__; int iReturn; iReturn = ShellExecute (NULL, |