1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-12-23 15:58:51 -05:00

Compilation fix

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@310 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-12-21 20:54:14 +00:00
parent 4c23f14232
commit aaba36868c

View File

@ -402,7 +402,7 @@ begin
// we MUST set the OCR Path
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.Client.MOCR.InitTOCR(IncludeTrailingPathDelimiter(ExpandFileName(MainDir +DS + '..' + DS + '..' + ds)) + 'Fonts' + DS, false);
ScriptThread.OnTerminate:=@ScriptThreadTerminate;
ScriptState:= ss_Running;