diff --git a/upptst/FileSelLazyIcon/main.cpp b/upptst/FileSelLazyIcon/main.cpp index e690e8a5a..182919afc 100644 --- a/upptst/FileSelLazyIcon/main.cpp +++ b/upptst/FileSelLazyIcon/main.cpp @@ -12,6 +12,7 @@ GUI_APP_MAIN { FileSel fs; fs.AllFilesType(); + fs.Type("Text", "*.txt"); fs.WhenIconLazy = sLoadImage; fs.ExecuteOpen(); }