VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Setup/Wizard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Setup/Wizard.c b/src/Setup/Wizard.c
index 896ce644..abcbeb47 100644
--- a/src/Setup/Wizard.c
+++ b/src/Setup/Wizard.c
@@ -1177,11 +1177,11 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
bPromptReleaseNotes = FALSE;
- if (bPromptTutorial
+ /*if (bPromptTutorial
&& AskYesNo ("AFTER_INSTALL_TUTORIAL") == IDYES)
{
Applink ("beginnerstutorial", TRUE, "");
- }
+ }*/
bPromptTutorial = FALSE;
}