gtk: replace Write by DbgOut since write cause error if apptype is not console under windows

git-svn-id: trunk@12454 -
This commit is contained in:
paul 2007-10-14 08:35:27 +00:00
parent 24ab319893
commit 965569b5e8

View File

@ -422,7 +422,7 @@ begin
n:=0;
{$ifndef TraceGdiCalls}
write(ProcName,' GDIOs:');
DbgOut(ProcName,' GDIOs:');
{$endif}
HashItem := FGDIObjects.FirstHashItem;
while (HashItem <> nil) do