Changeset 1915 for branches/blt4/gui/scripts/filechoiceentry.tcl
- Timestamp:
- Sep 23, 2010, 6:29:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/gui/scripts/filechoiceentry.tcl
r1695 r1915 210 210 } 211 211 # Replace the template with the substituted value. 212 set files [glob -nocomplain $glob]212 set files [glob -nocomplain -type { r f } $glob] 213 213 set allfiles [concat $allfiles $files] 214 214 }
Note: See TracChangeset
for help on using the changeset viewer.