1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-11 05:38:00 -05:00

Find Declaration fix.

This commit is contained in:
Niels 2010-03-28 16:45:46 +02:00
parent 1f25b99b8a
commit 66fcd0a928

View File

@ -1781,6 +1781,7 @@ procedure TForm1.FormCreate(Sender: TObject);
{$ENDIF} {$ENDIF}
b.SaveToStream(ms); b.SaveToStream(ms);
Run(ms, nil, -1, True); Run(ms, nil, -1, True);
FileName := '!PSCORE!';
end; end;
finally finally
b.Free; b.Free;