summaryrefslogtreecommitdiff
path: root/extras/lazarus_ide/regfpguitestrunner.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2015-09-02 23:25:41 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2015-09-02 23:25:41 +0100
commitb0a9f3d90d7a8127ba41ab77a7054d797e816c83 (patch)
treeb11cdae78c316a7b728522e9a4bfb43880fad8f5 /extras/lazarus_ide/regfpguitestrunner.pas
parentdb31f06d5e7adf28fad60e36fd9e5d2cf0519e84 (diff)
parentf52bde1cd49d0d01002e8b684909268b723a3edb (diff)
downloadfpGUI-b0a9f3d90d7a8127ba41ab77a7054d797e816c83.tar.xz
Merge branch 'fixes_1.4'HEADmaster
Diffstat (limited to 'extras/lazarus_ide/regfpguitestrunner.pas')
-rw-r--r--extras/lazarus_ide/regfpguitestrunner.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/lazarus_ide/regfpguitestrunner.pas b/extras/lazarus_ide/regfpguitestrunner.pas
index 6c5806f2..7e978207 100644
--- a/extras/lazarus_ide/regfpguitestrunner.pas
+++ b/extras/lazarus_ide/regfpguitestrunner.pas
@@ -93,7 +93,7 @@ begin
Add('');
Add('begin');
Add(' fpgApplication.Initialize;');
- Add(' frm := TGUITestRunnerForm.Create(nil);');
+ Add(' fpgApplication.CreateForm(TGUITestRunnerForm, frm);');
Add(' try');
Add(' frm.Show;');
Add(' fpgApplication.Run;');