mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Issue #2172: fix wrong comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user