git-svn-id: trunk@5432 -
This commit is contained in:
mattias 2004-04-24 21:00:41 +00:00
parent 5f8fd4898c
commit 2bdcedfc76

View File

@ -80,7 +80,6 @@ begin
if (SplashForm<>nil) then
SplashForm.StartTimer;
try
writeln(Application.MainForm.ClassName);
Application.Run;
except
writeln('lazarus.pp - unhandled exception');
@ -100,6 +99,9 @@ end.
{
$Log$
Revision 1.58 2004/04/24 21:00:41 mattias
clean up
Revision 1.57 2004/04/24 20:57:18 mattias
fixed gtk2 for drawing list item from Ladislav