--- a/UI/FindFileNameDialog.py Wed Jun 05 20:23:59 2013 +0200 +++ b/UI/FindFileNameDialog.py Sat Jun 08 16:49:31 2013 +0200 @@ -102,7 +102,7 @@ self.fileList.clear() return - patternFormat = fileExt and "{0}{1}{2}*" or "{0}*{1}{2}" + patternFormat = fileExt and "{0}{1}{2}" or "{0}*{1}{2}" fileNamePattern = patternFormat.format(fileName, os.extsep, fileExt and fileExt or '*')