From 910dcb756342568dcd9e883d7b7d355ab850f91c Mon Sep 17 00:00:00 2001 From: danglassey Date: Wed, 23 Oct 2002 13:01:43 +0000 Subject: sync with crosswire 20021023-1300 --- apps/windoze/CBuilder5/BibleCS/cdstartup/mainfrm.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/windoze/CBuilder5/BibleCS/cdstartup/mainfrm.cpp') diff --git a/apps/windoze/CBuilder5/BibleCS/cdstartup/mainfrm.cpp b/apps/windoze/CBuilder5/BibleCS/cdstartup/mainfrm.cpp index 614598c..06b8399 100644 --- a/apps/windoze/CBuilder5/BibleCS/cdstartup/mainfrm.cpp +++ b/apps/windoze/CBuilder5/BibleCS/cdstartup/mainfrm.cpp @@ -49,6 +49,8 @@ void __fastcall TForm1::BitBtn2Click(TObject *Sender) void __fastcall TForm1::FormShow(TObject *Sender) { ShellExecute(this->Handle, "open", "tract.html", NULL, NULL, SW_SHOWMAXIMIZED); + TColor transColor = Image1->Canvas->Pixels[0][0]; + Image1->Transparent = true; } //--------------------------------------------------------------------------- void __fastcall TForm1::BitBtn3Click(TObject *Sender) -- cgit