https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c2040413ec81649f097f1…
commit c2040413ec81649f097f1379422b2fc950556a6e
Author: Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Wed Apr 22 22:03:42 2020 +0200
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Thu Apr 23 10:18:10 2020 +0200
[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"?f=4", NULL, NULL, SW_SHOW);
+ ShellExecute(NULL, L"open",
L"https://reactos.org/forum/viewforum.php?f=4"?f=4", NULL, NULL, SW_SHOW);
return 0;
}