浏览代码

Fix error in RemoteCopy assignment at Remote dialog box exit

git-svn-id: trunk@28934 -
pierre 10 年之前
父节点
当前提交
c528a029ec
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ide/fpmopts.inc

+ 2 - 1
ide/fpmopts.inc

@@ -678,6 +678,7 @@ begin
       R2.Move(0,-1);
       R2.Move(0,-1);
       Insert(New(PLabel, Init(R2,label_remote_copy, IL10)));
       Insert(New(PLabel, Init(R2,label_remote_copy, IL10)));
       R2.Move(0,3);
       R2.Move(0,3);
+      { Remote gdbserver }
       New(IL11, Init(R2, 255));
       New(IL11, Init(R2, 255));
       IL11^.Data^:=RemoteGdbServer;
       IL11^.Data^:=RemoteGdbServer;
       Insert(IL11);
       Insert(IL11);
@@ -696,7 +697,7 @@ begin
     RemoteExecCommand:=IL7^.Data^;
     RemoteExecCommand:=IL7^.Data^;
     RemoteSshExecCommand:=IL8^.Data^;
     RemoteSshExecCommand:=IL8^.Data^;
     RemoteShell:=IL9^.Data^;
     RemoteShell:=IL9^.Data^;
-    RemoteCopy:=IL9^.Data^;
+    RemoteCopy:=IL10^.Data^;
     RemoteGdbServer:=IL11^.Data^;
     RemoteGdbServer:=IL11^.Data^;
   end;
   end;
   Dispose(D, Done);
   Dispose(D, Done);