add file check to file dialog as well

This commit is contained in:
Kilian Valkhof 2010-02-02 19:59:12 +01:00
parent 457e3cf6a7
commit 32547c72bf

View file

@ -72,6 +72,7 @@ class StartQT4(QMainWindow):
"", # directory
"Image files (*.png *.jpg)")
for image in images:
if self.checkname(name):
self.compress_file(image)