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

Fix the TLSPOP3checkbox control of the TLSPOP3Edit box.

Increase the verbosity of the "Log" checkbox label.
parent 951c7c0b
No related branches found
No related tags found
No related merge requests found
......@@ -406,8 +406,8 @@ void __fastcall TMailCfgDlg::POP3EnabledCheckBoxClick(TObject *Sender)
{
POP3PortEdit->Enabled=POP3EnabledCheckBox->Checked;
POP3PortLabel->Enabled=POP3EnabledCheckBox->Checked;
TLSPOP3PortEdit->Enabled=POP3EnabledCheckBox->Checked;
TLSPOP3PortLabel->Enabled=POP3EnabledCheckBox->Checked;
TLSPOP3PortEdit->Enabled=TLSPOP3EnabledCheckBox->Checked;
TLSPOP3PortLabel->Enabled=TLSPOP3EnabledCheckBox->Checked;
bool enabled = POP3EnabledCheckBox->Checked || TLSPOP3EnabledCheckBox->Checked;
......@@ -512,3 +512,4 @@ void __fastcall TMailCfgDlg::TLSSubPortCheckBoxClick(TObject *Sender)
}
//---------------------------------------------------------------------------
......@@ -413,10 +413,10 @@ object MailCfgDlg: TMailCfgDlg
object POP3LogCheckBox: TCheckBox
Left = 150
Top = 62
Width = 57
Width = 107
Height = 19
Hint = 'Log all POP3 user activity'
Caption = 'Log'
Caption = 'Log All Activity'
ParentShowHint = False
ShowHint = True
TabOrder = 4
......
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