From c29edff595cff9d43a607c15b5af6e2ec101263a Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 11 Oct 2008 15:11:30 +0200 Subject: Connection Manager: Fix a typo preventing to restore last used item properly --- UConfig.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index f384c32..9da4f91 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -924,7 +924,7 @@ begin if Sections.Count > 0 then for i := 0 to Sections.Count - 1 do if Sections[i] = '__General' then begin - ConfConnMgrActiveItem := IniFile.ReadInteger('__General', 'ConfConnMgrActiveItem', ConfConnMgrActiveItem); + ConfConnMgrActiveItem := IniFile.ReadInteger('__General', 'ConnMgrActiveItem', ConfConnMgrActiveItem); end else begin Item := TConnMgrItem.Create; with Item do begin -- cgit v1.2.3