Changed: Better error message

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent bc45604e46
commit cc8a200156

@ -502,7 +502,7 @@ bool CFilesExtractor::extract7z()
break; break;
case SZ_ERROR_INPUT_EOF: case SZ_ERROR_INPUT_EOF:
error = QApplication::tr("Errors in 7z file"); error = QApplication::tr("File %1 is corrupted, unable to uncompress it").arg(m_sourceFile);
break; break;
case SZ_ERROR_FAIL: case SZ_ERROR_FAIL:

Loading…
Cancel
Save