mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 20:38:08 +02:00
gtk: replace write with DbgOut (will not crash non-console windows application)
git-svn-id: trunk@12736 -
This commit is contained in:
parent
36c175eb6d
commit
d497569f75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user