From e4c2ee91af3889c6604b8ee8bab41d1ad52d89df Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 5 Jan 2003 12:51:07 +0000 Subject: [PATCH] Updated the welcome message. Made the progress bar visible. --- src/sbbs3/ctrl/ConfigWizardUnit.dfm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/sbbs3/ctrl/ConfigWizardUnit.dfm b/src/sbbs3/ctrl/ConfigWizardUnit.dfm index b72f857835..c808789180 100644 --- a/src/sbbs3/ctrl/ConfigWizardUnit.dfm +++ b/src/sbbs3/ctrl/ConfigWizardUnit.dfm @@ -580,7 +580,6 @@ object ConfigWizard: TConfigWizard Top = 14 Width = 360 Height = 267 - PageIndex = 6 TabOrder = 3 OnPageChanged = WizNotebookPageChanged object TPage @@ -1139,10 +1138,13 @@ object ConfigWizard: TConfigWizard Lines.Strings = ( 'You have completed the initial configuration ' 'of the basic parameters required to run Synchronet - ' - 'the only intelligent choice in BBS software' + 'the ultimate choice in BBS software' 'for the Internet Age.' '' - 'Thanks for choosing Synchronet!') + 'Thanks for choosing Synchronet!' + '' + 'Rob Swindell' + '(digital man)') ReadOnly = True TabOrder = 0 end @@ -1156,6 +1158,5 @@ object ConfigWizard: TConfigWizard Min = 0 Max = 100 TabOrder = 4 - Visible = False end end -- GitLab