[misc] add notification on forced update check when no update is found

* Closes #455
This commit is contained in:
Pete Batard 2015-03-09 02:49:11 +00:00
parent 716dad8a8e
commit 0f4067f591
4 changed files with 15 additions and 8 deletions

View file

@ -626,6 +626,8 @@ out:
Sleep(15000);
}
DownloadNewVersion();
} else if (force_update_check) {
PostMessage(hMainDialog, UM_NO_UPDATE, 0, 0);
}
force_update_check = FALSE;
update_check_in_progress = FALSE;