mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[ACPPAGE] Update now-redirected 'www.reactos.org' URLs
This commit is contained in:
parent
546c606aaa
commit
c2040413ec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue