mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@2422 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5bb9904f25
commit
ca8af7d9cc
1 changed files with 1 additions and 4 deletions
|
|
@ -4,10 +4,6 @@ using namespace Upp;
|
|||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
DUMP(StdFont().Info().GetHeight());
|
||||
DUMP(StdFont().Info().GetDescent());
|
||||
DUMP(StdFont().Bold().Info().GetHeight());
|
||||
DUMP(StdFont().Bold().Info().GetDescent());
|
||||
SetDefaultCharset(CHARSET_UTF8);
|
||||
FileSel fs;
|
||||
String fn;
|
||||
|
|
@ -24,6 +20,7 @@ GUI_APP_MAIN
|
|||
// fs.NoEditFileName();
|
||||
fs.ActiveDir("c:/");
|
||||
fs.PreSelect("U:/log.txt");
|
||||
fs.ActiveType(3);
|
||||
for(;;) {
|
||||
if(!fs.ExecuteSaveAs())
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue