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

Fixed bug with 2ndNameCheckBox.

parent 48aebcab
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ void __fastcall TTelnetCfgDlg::OKBtnClick(TObject *Sender)
MainForm->bbs_startup.options|=BBS_OPT_ALLOW_RLOGIN;
else
MainForm->bbs_startup.options&=~BBS_OPT_ALLOW_RLOGIN;
if(RLoginEnabledCheckBox->Checked==true)
if(RLogin2ndNameCheckBox->Checked==true)
MainForm->bbs_startup.options|=BBS_OPT_USE_2ND_RLOGIN;
else
MainForm->bbs_startup.options&=~BBS_OPT_USE_2ND_RLOGIN;
......
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