From a185b540bd0b2491227c1c42976d8e687c8ccfd3 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 3 Dec 2014 11:55:02 +0100 Subject: Windows: put back the tutorial prompt since we now have online documentation. --- src/Setup/Wizard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Setup') 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; } -- cgit v1.2.3