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:
parent
4c23f14232
commit
aaba36868c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user