Issue #2172: fix wrong comment

This commit is contained in:
Ansgar Becker
2025-05-19 16:37:40 +02:00
parent f5b7f4c8b8
commit 8702b86aab

View File

@@ -3245,7 +3245,7 @@ var
UsingPass: String;
Dialog: TfrmLogin;
begin
// Prompt for password on initial connect
// Don't remember prompt values
if FParameters.LoginPrompt then begin
Dialog := TfrmLogin.Create(Self);
Dialog.Caption := APPNAME + ' - ' + FParameters.SessionName;