This commit is contained in:
Axel Kohlmeyer
2024-07-30 00:54:12 -04:00
parent 361b8c25c4
commit 95513838da

View File

@ -49,7 +49,7 @@ FileViewer::FileViewer(const QString &_filename, QWidget *parent) :
// match suffix with decompression program
if (finfo.suffix() == "gz") {
command = "gizp";
command = "gzip";
compressed = true;
} else if (finfo.suffix() == "bz2") {
command = "bzip2";