mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
fix typo for mac OSX version
This commit is contained in:
parent
19308292c0
commit
e382b579ec
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ class StartQT4(QMainWindow):
|
|||
status = True
|
||||
sys.stderr.write("[error] please install optipng")
|
||||
|
||||
retcode = self.save_call("advpng --version")
|
||||
retcode = self.safe_call("advpng --version")
|
||||
if retcode != 0:
|
||||
status = True
|
||||
sys.stderr.write("[error] please install advancecomp")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue