From fe070b42d2ddea9ec14bb186b6cc0b6d11b490c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Tue, 3 Jun 2003 20:46:51 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=675 --- 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 009543a..ebb7a0a 100644 --- a/Source/Framestein.dpr +++ b/Source/Framestein.dpr @@ -18,7 +18,8 @@ uses pluginunit in 'pluginunit.pas', progressunit in 'progressunit.pas' {Progress}, configureunit in 'configureunit.pas' {configure}, - toolbarunit in 'toolbarunit.pas' {toolbar}; + toolbarunit in 'toolbarunit.pas' {toolbar}, + fsmemounit in 'fsmemounit.pas' {fsmemo}; {$R *.RES} @@ -30,6 +31,7 @@ begin Application.CreateForm(Tconfigure, configure); Application.CreateForm(Tlog, log); Application.CreateForm(Ttoolbar, toolbar); + Application.CreateForm(Tfsmemo, fsmemo); Application.Run; end. -- cgit v1.2.1