Skip to content
Snippets Groups Projects
Commit 389d4a61 authored by rswindell's avatar rswindell
Browse files

Fix bug in last commit.

parent 0902c0a0
No related branches found
No related tags found
No related merge requests found
......@@ -2433,13 +2433,13 @@ void __fastcall TMainForm::StartupTimerTick(TObject *Sender)
TelnetForm->LogLevelUpDown->Position=bbs_startup.log_level;
TelnetForm->LogLevelText->Caption=LogLevelDesc[bbs_startup.log_level];
FtpForm->LogLevelUpDown->Position=ftp_startup.log_level;
FtpForm->LogLevelText->Caption=LogLevelDesc[bbs_startup.log_level];
FtpForm->LogLevelText->Caption=LogLevelDesc[ftp_startup.log_level];
MailForm->LogLevelUpDown->Position=mail_startup.log_level;
MailForm->LogLevelText->Caption=LogLevelDesc[bbs_startup.log_level];
MailForm->LogLevelText->Caption=LogLevelDesc[mail_startup.log_level];
WebForm->LogLevelUpDown->Position=web_startup.log_level;
WebForm->LogLevelText->Caption=LogLevelDesc[bbs_startup.log_level];
WebForm->LogLevelText->Caption=LogLevelDesc[web_startup.log_level];
ServicesForm->LogLevelUpDown->Position=services_startup.log_level;
ServicesForm->LogLevelText->Caption=LogLevelDesc[bbs_startup.log_level];
ServicesForm->LogLevelText->Caption=LogLevelDesc[services_startup.log_level];
if(!Application->Active) /* Starting up minimized? */
FormMinimize(Sender); /* Put icon in systray */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment