UI/FindFileNameDialog.py

branch
5_3_x
changeset 2702
fde9eead94c0
parent 2631
06f866e83d3a
child 2754
2b3a46d8905b
--- 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