From e21390b5c164a55fd0b8e81e95867b3062d3bab8 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 01:48:07 +0000 Subject: [PATCH] MG: reduced output git-svn-id: trunk@1220 - --- lcl/controls.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/controls.pp b/lcl/controls.pp index 62a4f7974d..c3651f77e6 100644 --- a/lcl/controls.pp +++ b/lcl/controls.pp @@ -44,7 +44,7 @@ uses const - CM_BASE = $B000; l + CM_BASE = $B000; CM_ACTIVATE = CM_BASE + 0; CM_DEACTIVATE = CM_BASE + 1; CM_GOTFOCUS = CM_BASE + 2; @@ -1374,6 +1374,9 @@ end. { ============================================================================= $Log$ + Revision 1.78 2002/10/14 15:55:47 lazarus + MG: reduced output + Revision 1.77 2002/10/14 15:22:57 lazarus MG: default all hints to off