From 60bd86f92190538ca7a4295dbab7efc691595a0e Mon Sep 17 00:00:00 2001 From: vincents Date: Sun, 11 Apr 2004 11:30:39 +0000 Subject: [PATCH] Reduced output, fixes bug #220 git-svn-id: trunk@5400 - --- lcl/include/customnotebook.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lcl/include/customnotebook.inc b/lcl/include/customnotebook.inc index f7e6a0df4c..60079ba148 100644 --- a/lcl/include/customnotebook.inc +++ b/lcl/include/customnotebook.inc @@ -703,9 +703,9 @@ Begin end; else begin - writeln(''); - writeln('TCustomNotebook.CNNotify: unhandled NMHdr code:', NMHdr^.code); - writeln(''); + {$IFDEF NOTEBOOK_DEBUG} + writeln('[TCustomNotebook.CNNotify] unhandled NMHdr code:', NMHdr^.code); + {$ENDIF} end; end; end; @@ -792,6 +792,9 @@ end;} { ============================================================================= $Log$ + Revision 1.46 2004/04/11 11:30:39 vincents + Reduced output, fixes bug 220 + Revision 1.45 2004/04/10 17:58:57 mattias implemented mainunit hints for include files