From 32a08b486be404bcb666eebfd980d82c88c38b8e Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 8 Oct 2020 17:47:46 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@15216 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/FileSel/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/upptst/FileSel/main.cpp b/upptst/FileSel/main.cpp index 1daf111f0..19dc71464 100644 --- a/upptst/FileSel/main.cpp +++ b/upptst/FileSel/main.cpp @@ -4,9 +4,11 @@ using namespace Upp; GUI_APP_MAIN { - FileSelector sel; + FileSelNative sel; sel.AllFilesType(); sel.Type("Test2", "*.tst"); + sel.Type("All", "*.*"); + sel.Type("All 2", "*"); sel.ActiveType(1); for(int i = 0; i < sel.GetCount(); i++) DDUMP(sel[i]);