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

No need to save registry settings here (only .ini settings).

parent 7b29a54b
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ void __fastcall TFtpCfgDlg::OKBtnClick(TObject *Sender)
else
MainForm->ftp_startup.options&=~FTP_OPT_HTML_INDEX_FILE;
MainForm->SaveSettings(Sender);
MainForm->SaveIniSettings(Sender);
}
//---------------------------------------------------------------------------
......
......@@ -306,7 +306,7 @@ void __fastcall TMailCfgDlg::OKBtnClick(TObject *Sender)
MainForm->MailAutoStart=AutoStartCheckBox->Checked;
MainForm->MailLogFile=LogFileCheckBox->Checked;
MainForm->SaveSettings(Sender);
MainForm->SaveIniSettings(Sender);
}
//---------------------------------------------------------------------------
......
......@@ -214,7 +214,7 @@ void __fastcall TTelnetCfgDlg::OKBtnClick(TObject *Sender)
else
MainForm->bbs_startup.options&=~BBS_OPT_USE_2ND_RLOGIN;
MainForm->SaveSettings(Sender);
MainForm->SaveIniSettings(Sender);
}
//---------------------------------------------------------------------------
......
......@@ -173,7 +173,7 @@ void __fastcall TWebCfgDlg::OKBtnClick(TObject *Sender)
else
MainForm->web_startup.options&=~WEB_OPT_VIRTUAL_HOSTS;
MainForm->SaveSettings(Sender);
MainForm->SaveIniSettings(Sender);
}
//---------------------------------------------------------------------------
void __fastcall TWebCfgDlg::AnswerSoundButtonClick(TObject *Sender)
......
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