git-svn-id: svn://ultimatepp.org/upp/trunk@13679 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-11-05 18:00:08 +00:00
parent d8b22cf82b
commit 6bf7d66f02

View file

@ -12,6 +12,7 @@ GUI_APP_MAIN
{
FileSel fs;
fs.AllFilesType();
fs.Type("Text", "*.txt");
fs.WhenIconLazy = sLoadImage;
fs.ExecuteOpen();
}