diff options
| -rw-r--r-- | UConfig.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
