diff options
Diffstat (limited to 'src/Setup')
-rw-r--r-- | src/Setup/Wizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/Wizard.c b/src/Setup/Wizard.c index 8bc64117..f6bb70a4 100644 --- a/src/Setup/Wizard.c +++ b/src/Setup/Wizard.c @@ -1177,7 +1177,7 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa if (bRestartRequired && AskYesNo (bUpgrade ? "UPGRADE_OK_REBOOT_REQUIRED" : "CONFIRM_RESTART", hwndDlg) == IDYES) { - RestartComputer(); + RestartComputer(FALSE); } } |