[Processing] Add *.* file filter to batch processing input panel

This commit is contained in:
Rado Guzinski 2014-07-22 11:25:59 +02:00
parent b115ea6ee1
commit 38390bf725

View File

@ -115,7 +115,7 @@ class BatchInputSelectionPanel(QtGui.QWidget):
path = ''
ret = QtGui.QFileDialog.getOpenFileNames(self, 'Open file', path,
self.param.getFileFilter())
'All files(*.*);;' + self.param.getFileFilter())
if ret:
files = list(ret)
if len(files) == 1: