mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-24 00:08:52 -05:00
Small oops. ;)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@294 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
446c7a7318
commit
1879c42602
@ -398,8 +398,8 @@ begin
|
|||||||
ScriptThread.Client.MWindow.SetWindow(Self.Window);
|
ScriptThread.Client.MWindow.SetWindow(Self.Window);
|
||||||
|
|
||||||
// we MUST set the OCR Path
|
// we MUST set the OCR Path
|
||||||
writeln(IncludeTrailingPathDelimiter(
|
writeln(IncludeTrailingPathDelimiter('TestUnit: OCR Path... ' +
|
||||||
ExpandFileName('TestUnit: OCR Path... ' + MainDir +DS + '..' + DS + '..' + ds)) + DS + 'Fonts' + DS);
|
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);
|
||||||
|
|
||||||
ScriptThread.OnTerminate:=@ScriptThreadTerminate;
|
ScriptThread.OnTerminate:=@ScriptThreadTerminate;
|
||||||
|
Loading…
Reference in New Issue
Block a user