SshBasics: Cosmetics.

git-svn-id: svn://ultimatepp.org/upp/trunk@12538 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
oblivion 2018-11-15 07:56:56 +00:00
parent fc28952132
commit 303ee1fc78
3 changed files with 10 additions and 10 deletions

View file

@ -57,7 +57,7 @@ GUI_APP_MAIN
FileSel fsel;
fsel.Filesystem(sfsi);
fsel.BaseDir(sftp.GetDefaultDir());
while(fsel.ExecuteOpen("Select a file to download (Select cancel to quit)")) {
while(fsel.Asking(false).ExecuteOpen("Select a file to download (Select cancel to quit)")) {
pi.Reset();
refresh_gui = true;
String path = fsel.Get();