added Bart Boersma to the contributors

git-svn-id: trunk@11491 -
This commit is contained in:
vincents 2007-07-13 12:42:44 +00:00
parent 4750d21b79
commit 3f7cf2ae0c
3 changed files with 3 additions and 4 deletions

View File

@ -10,6 +10,7 @@ Andreas Schneider
Andrew Haines
Andrew Johnson
Antonio Galvao
Bart Broersma
Bob Wingard
Boguslaw Brandys
Boris Arko

View File

@ -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;

View File

@ -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