From aa901783a0dc07f0dc08628d3ca091a9164b0629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 30 Dec 2002 22:14:47 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=312 --- Source/Framestein.dpr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/Framestein.dpr') diff --git a/Source/Framestein.dpr b/Source/Framestein.dpr index f280e75..009543a 100644 --- a/Source/Framestein.dpr +++ b/Source/Framestein.dpr @@ -17,7 +17,8 @@ uses logunit in 'logunit.pas' {log}, pluginunit in 'pluginunit.pas', progressunit in 'progressunit.pas' {Progress}, - configureunit in 'configureunit.pas' {configure}; + configureunit in 'configureunit.pas' {configure}, + toolbarunit in 'toolbarunit.pas' {toolbar}; {$R *.RES} @@ -28,6 +29,7 @@ begin Application.CreateForm(TProgress, Progress); Application.CreateForm(Tconfigure, configure); Application.CreateForm(Tlog, log); + Application.CreateForm(Ttoolbar, toolbar); Application.Run; end. -- cgit v1.2.1