VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Wizard.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-09-24 01:41:35 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-09-24 01:41:35 +0200
commit937c5cd5cd57893e85601b472e7d6cfd5ffdc6ab (patch)
treefc7ad410e8e660a8eebb9eda662d838fdfa5b555 /src/Setup/Wizard.c
parent76c64d49ea96719bf1a5d185053619001b0aa533 (diff)
downloadVeraCrypt-937c5cd5cd57893e85601b472e7d6cfd5ffdc6ab.tar.gz
VeraCrypt-937c5cd5cd57893e85601b472e7d6cfd5ffdc6ab.zip
Windows: always open online help in case of Setup because local help may be outdated
Diffstat (limited to 'src/Setup/Wizard.c')
-rw-r--r--src/Setup/Wizard.c2
1 files changed, 1 insertions, 1 deletions
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: