mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 08:34:27 -04:00
[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:
parent
7ef65b551a
commit
93c2d7851e
5 changed files with 51 additions and 97 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue