diff --git a/upptst/TestChStyle/main.cpp b/upptst/TestChStyle/main.cpp index 6e3855335..fd9666a45 100644 --- a/upptst/TestChStyle/main.cpp +++ b/upptst/TestChStyle/main.cpp @@ -31,7 +31,11 @@ TestChStyle::TestChStyle() }); AddFrame(bar); - bar.Set([](Bar& bar) { bar.Add(CtrlImg::Diskette(), [] {}).Tip("This is test"); }); + bar.Set([](Bar& bar) { bar.Add(CtrlImg::Diskette(), [] { + FileSelector fs; + fs.AllFilesType(); + fs.ExecuteOpen(); + }).Tip("This is test"); }); CtrlLayoutOKCancel(*this, "Window title");