From 3f7cf2ae0cd24be0562fcf374063840c1027d289 Mon Sep 17 00:00:00 2001 From: vincents Date: Fri, 13 Jul 2007 12:42:44 +0000 Subject: [PATCH] added Bart Boersma to the contributors git-svn-id: trunk@11491 - --- docs/Contributors.txt | 1 + lcl/dialogs.pp | 2 -- lcl/include/wincontrol.inc | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/Contributors.txt b/docs/Contributors.txt index 1d8c10c6ea..b5c05d760a 100644 --- a/docs/Contributors.txt +++ b/docs/Contributors.txt @@ -10,6 +10,7 @@ Andreas Schneider Andrew Haines Andrew Johnson Antonio Galvao +Bart Broersma Bob Wingard Boguslaw Brandys Boris Arko diff --git a/lcl/dialogs.pp b/lcl/dialogs.pp index edc90d82e1..8a0cde2ccd 100644 --- a/lcl/dialogs.pp +++ b/lcl/dialogs.pp @@ -397,10 +397,8 @@ type TReplaceDialog = class(TFindDialog) protected - //Bugfix start procedure ReplaceClick(Sender: TObject); procedure ReplaceAllClick(Sender: TObject); - //Bugfix end function CreateForm: TForm; override; procedure SetFormValues; override; procedure GetFormValues; override; diff --git a/lcl/include/wincontrol.inc b/lcl/include/wincontrol.inc index 468b2bcddd..f9fe1f7db2 100644 --- a/lcl/include/wincontrol.inc +++ b/lcl/include/wincontrol.inc @@ -615,7 +615,7 @@ var crsScaleChilds: begin {$IFDEF CPU64} - {$NOTE remove this workaround, when comiler bug fixed} + {$NOTE remove this workaround, when compiler bug fixed} if Child.MinimumSize[Orientation]=0 then CurScale:=0 else @@ -636,7 +636,7 @@ var crsHomogenousChildResize: begin {$IFDEF CPU64} - {$NOTE remove this workaround, when comiler bug fixed} + {$NOTE remove this workaround, when compiler bug fixed} if Child.MinimumSize[Orientation]=0 then CurScale:=0 else