From ca58f755d67259e4684f68e521edc59f4a7a5f0e Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 22 Jun 2013 20:12:38 +0200 Subject: remove tutorial prompt from installation wizard --- src/Setup/Wizard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3