From 4845f31ae1cca91c2bef094c30419181e38ce1d5 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 5 Nov 2019 18:00:08 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@13679 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/FileSelLazyIcon/main.cpp | 1 + 1 file changed, 1 insertion(+) 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(); }