Skip to content
Snippets Groups Projects
Commit 2ef22bfe authored by rswindell's avatar rswindell
Browse files

Make sure Next button on first page of Wizard is enabled, always.

parent c44aec24
No related branches found
No related tags found
No related merge requests found
...@@ -255,6 +255,8 @@ void __fastcall TConfigWizard::FormShow(TObject *Sender) ...@@ -255,6 +255,8 @@ void __fastcall TConfigWizard::FormShow(TObject *Sender)
ProgressBar->Max=WizNotebook->Pages->Count-1; ProgressBar->Max=WizNotebook->Pages->Count-1;
IllegalCharsLabel->Caption="Illegal characters: '" IllegalCharsLabel->Caption="Illegal characters: '"
ILLEGAL_QWKID_CHARS "'"; ILLEGAL_QWKID_CHARS "'";
NextButton->Enabled=true;
} }
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
void __fastcall TConfigWizard::NextButtonClick(TObject *Sender) void __fastcall TConfigWizard::NextButtonClick(TObject *Sender)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment