gtk: replace write with DbgOut (will not crash non-console windows application)

git-svn-id: trunk@12736 -
This commit is contained in:
paul 2007-11-04 08:25:19 +00:00
parent 36c175eb6d
commit d497569f75

View File

@ -401,7 +401,7 @@ begin
[FDeviceContexts.Count]));
n:=0;
write(ProcName,' DCs: ');
DbgOut(ProcName,' DCs: ');
HashItem:=FDeviceContexts.FirstHashItem;
while (n<7) and (HashItem<>nil) do
begin