Ignore:
Timestamp:
Sep 23, 2010, 6:29:02 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/filechoiceentry.tcl

    r1695 r1915  
    210210        }
    211211        # Replace the template with the substituted value.
    212         set files [glob -nocomplain $glob]
     212        set files [glob -nocomplain -type { r f } $glob]
    213213        set allfiles [concat $allfiles $files]
    214214    }
Note: See TracChangeset for help on using the changeset viewer.