[ui] fix info box when downloading Syslinux/GRUB files

* Don't duplicate the PrintInfo() from DownloadFile()
* Make sure caret is disabled and displayed text will not appear selected
* Also update MSG_085 and remove unneeded MSG_240
This commit is contained in:
Pete Batard 2017-07-24 17:20:17 +01:00
parent 7ef65b551a
commit 93c2d7851e
5 changed files with 51 additions and 97 deletions

View file

@ -255,7 +255,7 @@ DWORD DownloadFile(const char* url, const char* file, HWND hProgressDialog)
}
}
PrintInfo(0, MSG_240, &file[last_slash]);
PrintInfo(0, MSG_085, &file[last_slash]);
uprintf("Downloading '%s' from %s\n", &file[last_slash], url);
if ( (!InternetCrackUrlA(url, (DWORD)safe_strlen(url), 0, &UrlParts))