mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Bind session parameter object to session manager list nodes, to be able to show the right vendor icon in that list.
This commit is contained in:
@ -80,7 +80,7 @@ uses main, helpers;
|
||||
procedure TfrmInsertFiles.FormShow(Sender: TObject);
|
||||
begin
|
||||
FConnection := Mainform.ActiveConnection;
|
||||
Caption := FConnection.SessionName + ' - Insert files into table ...';
|
||||
Caption := FConnection.Parameters.SessionName + ' - Insert files into table ...';
|
||||
ComboBoxDBs.Items.Clear;
|
||||
ComboBoxDBs.Items.Assign(FConnection.AllDatabases);
|
||||
ComboBoxDBs.ItemIndex := ComboBoxDBs.Items.IndexOf(FConnection.Database);
|
||||
|
Reference in New Issue
Block a user