From c2040413ec81649f097f1379422b2fc950556a6e Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Wed, 22 Apr 2020 22:03:42 +0200 Subject: [PATCH] [ACPPAGE] Update now-redirected 'www.reactos.org' URLs --- dll/shellext/acppage/CLayerUIPropPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/shellext/acppage/CLayerUIPropPage.cpp b/dll/shellext/acppage/CLayerUIPropPage.cpp index a02a8d845d4..2f74b0d31f5 100644 --- a/dll/shellext/acppage/CLayerUIPropPage.cpp +++ b/dll/shellext/acppage/CLayerUIPropPage.cpp @@ -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; }