burner/win32/scrn.cpp: use new forum url for help -> neosource forum

This commit is contained in:
dinkc64 2018-04-06 02:27:06 +00:00
parent 8e5c94d19f
commit 54cf9c4c4a
1 changed files with 1 additions and 1 deletions

View File

@ -2430,7 +2430,7 @@ static void OnCommand(HWND /*hDlg*/, int id, HWND /*hwndCtl*/, UINT codeNotify)
case MENU_WWW_NSFORUM:
if (!nVidFullscreen) {
ShellExecute(NULL, _T("open"), _T("http://neosource.1emu.net/forums/"), NULL, NULL, SW_SHOWNORMAL);
ShellExecute(NULL, _T("open"), _T("http://neo-source.com/"), NULL, NULL, SW_SHOWNORMAL);
}
break;