1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: put back the tutorial prompt since we now have online documentation.

This commit is contained in:
Mounir IDRASSI
2014-12-03 11:55:02 +01:00
parent a5df5d981a
commit a185b540bd

View File

@@ -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;
}