From 0e960c17188ee328219ef33d705aedae547f1cac Mon Sep 17 00:00:00 2001 From: vincents Date: Thu, 25 Mar 2004 23:08:22 +0000 Subject: [PATCH] added Trace: to assert message git-svn-id: trunk@5340 - --- lcl/interfaces/win32/win32winapi.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lcl/interfaces/win32/win32winapi.inc b/lcl/interfaces/win32/win32winapi.inc index b377d001ee..c611ca0721 100644 --- a/lcl/interfaces/win32/win32winapi.inc +++ b/lcl/interfaces/win32/win32winapi.inc @@ -126,9 +126,9 @@ End; ------------------------------------------------------------------------------} Function TWin32WidgetSet.BringWindowToTop(HWnd: HWND): Boolean; Begin - Assert(False, 'TWin32WidgetSet.BringWindowToTop - Start'); + Assert(False, 'Trace:TWin32WidgetSet.BringWindowToTop - Start'); Result := Boolean(Windows.BringWindowToTop(HWnd)); - Assert(False, 'TWin32WidgetSet.BringWindowToTop - Exit'); + Assert(False, 'Trace:TWin32WidgetSet.BringWindowToTop - Exit'); End; {------------------------------------------------------------------------------ @@ -2941,6 +2941,9 @@ end; { ============================================================================= $Log$ + Revision 1.105 2004/03/25 23:08:22 vincents + added Trace: to assert message + Revision 1.104 2004/03/07 12:26:31 micha rewrite to enable drawing of disabled button