From 937c5cd5cd57893e85601b472e7d6cfd5ffdc6ab Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 24 Sep 2023 01:41:35 +0200 Subject: Windows: always open online help in case of Setup because local help may be outdated --- src/Setup/Wizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Setup/Wizard.c') diff --git a/src/Setup/Wizard.c b/src/Setup/Wizard.c index 66e24571..3dcb138e 100644 --- a/src/Setup/Wizard.c +++ b/src/Setup/Wizard.c @@ -702,7 +702,7 @@ BOOL CALLBACK PageDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa return 1; case IDC_DISABLE_MEMORY_PROTECTION_HELP: - Applink("memoryprotection") + Applink("memoryprotection"); return 1; case IDC_FILE_TYPE: -- cgit v1.2.3