git-svn-id: svn://ultimatepp.org/upp/trunk@8816 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-08-18 17:55:59 +00:00
parent 2e13230696
commit bb71d2bbd4
3 changed files with 339 additions and 273 deletions

View file

@ -4,12 +4,14 @@ using namespace Upp;
GUI_APP_MAIN
{
Ctrl::SetHiDPIEnabled();
SetDefaultCharset(CHARSET_UTF8);
FileSel fs;
String fn;
fs.AllFilesType();
fs.Type("jpeg", "*.jpg");
fs.ExecuteOpen();
fs.ExecuteSelectDir();
return;
for(;0;) {