diff options
Diffstat (limited to 'UQuickConnect.pas')
| -rw-r--r-- | UQuickConnect.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UQuickConnect.pas b/UQuickConnect.pas index af634ce..903add4 100644 --- a/UQuickConnect.pas +++ b/UQuickConnect.pas @@ -263,7 +263,7 @@ end; procedure TFQuickConnect.StopButtonClick(Sender: TObject); begin if (AFConnectionManager <> nil) and (AFConnectionManager.Thread <> nil) then - AFConnectionManager.Thread.FCancelRequested := True; + AFConnectionManager.Thread.FCancelled := True; end; procedure TFQuickConnect.DoConnect; |
