mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-23 15:58:51 -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);
|
||||
|
||||
// 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;
|
||||
|
Loading…
Reference in New Issue
Block a user