[ACPPAGE] Update now-redirected 'www.reactos.org' URLs

This commit is contained in:
Serge Gautherie 2020-04-22 22:03:42 +02:00 committed by Mark Jansen
parent 546c606aaa
commit c2040413ec

View file

@ -413,7 +413,7 @@ LRESULT CLayerUIPropPage::OnEditModes(WORD wNotifyCode, WORD wID, HWND hWndCtl,
LRESULT CLayerUIPropPage::OnClickNotify(INT uCode, LPNMHDR hdr, BOOL& bHandled)
{
if (hdr->idFrom == IDC_INFOLINK)
ShellExecute(NULL, L"open", L"https://www.reactos.org/forum/viewforum.php?f=4", NULL, NULL, SW_SHOW);
ShellExecute(NULL, L"open", L"https://reactos.org/forum/viewforum.php?f=4", NULL, NULL, SW_SHOW);
return 0;
}