mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-13 06:12:49 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@8816 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2e13230696
commit
bb71d2bbd4
3 changed files with 339 additions and 273 deletions
|
|
@ -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;) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue