mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-29 06:12:18 -06:00
SshBasics: Cosmetics.
git-svn-id: svn://ultimatepp.org/upp/trunk@12538 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fc28952132
commit
303ee1fc78
3 changed files with 10 additions and 10 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue