mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
* Fix LoadFromIniFile call
git-svn-id: trunk@61436 -
This commit is contained in:
parent
a021125215
commit
2f9ac2ad57
@ -54,7 +54,7 @@ begin
|
||||
else
|
||||
Cfg:=D+'connection.ini';
|
||||
if FileExists(Cfg) then
|
||||
Dispatcher.Connections[0].LoadFromFile('connection.ini');
|
||||
Dispatcher.Connections[0].LoadFromIniFile('connection.ini');
|
||||
if CustomApplication.Hasoption('c','connection') then
|
||||
Cfg:=CustomApplication.GetoptionValue('i','ini')
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user