mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 15:39:18 +02:00
clean up
git-svn-id: trunk@5432 -
This commit is contained in:
parent
5f8fd4898c
commit
2bdcedfc76
@ -80,7 +80,6 @@ begin
|
|||||||
if (SplashForm<>nil) then
|
if (SplashForm<>nil) then
|
||||||
SplashForm.StartTimer;
|
SplashForm.StartTimer;
|
||||||
try
|
try
|
||||||
writeln(Application.MainForm.ClassName);
|
|
||||||
Application.Run;
|
Application.Run;
|
||||||
except
|
except
|
||||||
writeln('lazarus.pp - unhandled exception');
|
writeln('lazarus.pp - unhandled exception');
|
||||||
@ -100,6 +99,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.58 2004/04/24 21:00:41 mattias
|
||||||
|
clean up
|
||||||
|
|
||||||
Revision 1.57 2004/04/24 20:57:18 mattias
|
Revision 1.57 2004/04/24 20:57:18 mattias
|
||||||
fixed gtk2 for drawing list item from Ladislav
|
fixed gtk2 for drawing list item from Ladislav
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user