mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
Fix error in RemoteCopy assignment at Remote dialog box exit
git-svn-id: trunk@28934 -
This commit is contained in:
parent
cda66fd328
commit
c528a029ec
@ -678,6 +678,7 @@ begin
|
||||
R2.Move(0,-1);
|
||||
Insert(New(PLabel, Init(R2,label_remote_copy, IL10)));
|
||||
R2.Move(0,3);
|
||||
{ Remote gdbserver }
|
||||
New(IL11, Init(R2, 255));
|
||||
IL11^.Data^:=RemoteGdbServer;
|
||||
Insert(IL11);
|
||||
@ -696,7 +697,7 @@ begin
|
||||
RemoteExecCommand:=IL7^.Data^;
|
||||
RemoteSshExecCommand:=IL8^.Data^;
|
||||
RemoteShell:=IL9^.Data^;
|
||||
RemoteCopy:=IL9^.Data^;
|
||||
RemoteCopy:=IL10^.Data^;
|
||||
RemoteGdbServer:=IL11^.Data^;
|
||||
end;
|
||||
Dispose(D, Done);
|
||||
|
Loading…
Reference in New Issue
Block a user