UI/FindFileNameDialog.py

changeset 2701
7904fd3bc30d
parent 2632
94121e2f55b9
child 2754
2b3a46d8905b
diff -r dd62671c6d5a -r 7904fd3bc30d UI/FindFileNameDialog.py
--- 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 '*')
         

eric ide

mercurial