diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-03 11:55:02 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-04 13:47:33 +0100 |
commit | a185b540bd0b2491227c1c42976d8e687c8ccfd3 (patch) | |
tree | e60c29412a22e28e38ea59669cac49325ad4f371 /src | |
parent | a5df5d981a79c5da3913f48e89e4bdbaaec7dc37 (diff) | |
download | VeraCrypt-a185b540bd0b2491227c1c42976d8e687c8ccfd3.tar.gz VeraCrypt-a185b540bd0b2491227c1c42976d8e687c8ccfd3.zip |
Windows: put back the tutorial prompt since we now have online documentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/Setup/Wizard.c | 4 |
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;
}
|