mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[ui] improve error reporting for download issues
* This is part of #1444
This commit is contained in:
parent
b8b22ee890
commit
87a7228d38
5 changed files with 38 additions and 16 deletions
|
@ -766,6 +766,8 @@ const char* _StrError(DWORD error_code)
|
|||
return lmprintf(MSG_079);
|
||||
case ERROR_BAD_SIGNATURE:
|
||||
return lmprintf(MSG_172);
|
||||
case ERROR_CANT_DOWNLOAD:
|
||||
return lmprintf(MSG_242);
|
||||
default:
|
||||
SetLastError(error_code);
|
||||
return WindowsErrorString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue