fix typo
This commit is contained in:
@ -49,7 +49,7 @@ FileViewer::FileViewer(const QString &_filename, QWidget *parent) :
|
|||||||
|
|
||||||
// match suffix with decompression program
|
// match suffix with decompression program
|
||||||
if (finfo.suffix() == "gz") {
|
if (finfo.suffix() == "gz") {
|
||||||
command = "gizp";
|
command = "gzip";
|
||||||
compressed = true;
|
compressed = true;
|
||||||
} else if (finfo.suffix() == "bz2") {
|
} else if (finfo.suffix() == "bz2") {
|
||||||
command = "bzip2";
|
command = "bzip2";
|
||||||
|
|||||||
Reference in New Issue
Block a user