From 1879c42602d2c70335e4098a0f45830132436730 Mon Sep 17 00:00:00 2001 From: Wizzup? Date: Sat, 19 Dec 2009 21:05:26 +0000 Subject: [PATCH] Small oops. ;) git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@294 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Projects/SAMufasaGUI/testunit.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/SAMufasaGUI/testunit.pas b/Projects/SAMufasaGUI/testunit.pas index 966ade6..75290d7 100644 --- a/Projects/SAMufasaGUI/testunit.pas +++ b/Projects/SAMufasaGUI/testunit.pas @@ -398,8 +398,8 @@ begin ScriptThread.Client.MWindow.SetWindow(Self.Window); // we MUST set the OCR Path - writeln(IncludeTrailingPathDelimiter( - ExpandFileName('TestUnit: OCR Path... ' + MainDir +DS + '..' + DS + '..' + ds)) + DS + 'Fonts' + DS); + writeln(IncludeTrailingPathDelimiter('TestUnit: OCR Path... ' + + ExpandFileName(MainDir +DS + '..' + DS + '..' + ds)) + DS + 'Fonts' + DS); ScriptThread.Client.MOCR.InitTOCR(IncludeTrailingPathDelimiter(ExpandFileName(MainDir +DS + '..' + DS + '..' + ds)) + 'Fonts' + DS); ScriptThread.OnTerminate:=@ScriptThreadTerminate;