mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 19:24:46 +01:00
jcf2: initialize Application object to allow form showing
git-svn-id: trunk@16981 -
This commit is contained in:
parent
80cb5bada3
commit
416ced6947
@ -381,6 +381,7 @@ var
|
||||
|
||||
{ main program starts here }
|
||||
begin
|
||||
Application.Initialize;
|
||||
feReturnCode := rcSuccess;
|
||||
{ read registry }
|
||||
GetRegSettings.ReadAll;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user