VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Wizard.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-03 11:55:02 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-04 13:47:33 +0100
commita185b540bd0b2491227c1c42976d8e687c8ccfd3 (patch)
treee60c29412a22e28e38ea59669cac49325ad4f371 /src/Setup/Wizard.c
parenta5df5d981a79c5da3913f48e89e4bdbaaec7dc37 (diff)
downloadVeraCrypt-a185b540bd0b2491227c1c42976d8e687c8ccfd3.tar.gz
VeraCrypt-a185b540bd0b2491227c1c42976d8e687c8ccfd3.zip
Windows: put back the tutorial prompt since we now have online documentation.
Diffstat (limited to 'src/Setup/Wizard.c')
-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 5695e906..5bf2da6b 100644
--- a/src/Setup/Wizard.c
+++ b/src/Setup/Wizard.c
@@ -1178,11 +1178,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;
}