1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-10 21:28: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}
b.SaveToStream(ms);
Run(ms, nil, -1, True);
FileName := '!PSCORE!';
end;
finally
b.Free;