--- sbbs/sbbs3/ctrl/ctrlpathdialogunit.h 2018/04/24 16:39:34 1.1 +++ sbbs/sbbs3/ctrl/ctrlpathdialogunit.h 2018/04/24 16:41:09 1.1.1.2 @@ -1,6 +1,6 @@ /* Synchronet Control Panel (GUI Borland C++ Builder Project for Win32) */ -/* $Id: ctrlpathdialogunit.h,v 1.1 2018/04/24 16:39:34 root Exp $ */ +/* $Id: ctrlpathdialogunit.h,v 1.1.1.2 2018/04/24 16:41:09 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * @@ -59,6 +59,7 @@ __published: TButton *BrowseButton; TOpenDialog *OpenDialog; void __fastcall BrowseButtonClick(TObject *Sender); + void __fastcall FormShow(TObject *Sender); private: public: virtual __fastcall TCtrlPathDialog(TComponent* AOwner);