From b98a1fa10013518768ff69a018b674671b1d3df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 19 Jun 2013 23:45:30 +0200 Subject: [PATCH] Using non-existent options is also not very bright --- kcc/KCC_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index ad2d28c..062135a 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -111,7 +111,7 @@ class WorkerThread(QtCore.QThread): if GUI.StretchBox.isChecked(): argv.append("--stretch") if GUI.NoDitheringBox.isChecked(): - argv.append("--nodithering") + argv.append("--forcepng") if float(self.parent.GammaValue) > 0.09: argv.append("--gamma=" + self.parent.GammaValue) if str(GUI.FormatBox.currentText()) == 'CBZ':