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

Changed allow RX by user number caption.

parent f4c9a66a
No related branches found
No related tags found
No related merge requests found
...@@ -233,21 +233,21 @@ object MailCfgDlg: TMailCfgDlg ...@@ -233,21 +233,21 @@ object MailCfgDlg: TMailCfgDlg
TabOrder = 0 TabOrder = 0
end end
object UserNumberCheckBox: TCheckBox object UserNumberCheckBox: TCheckBox
Left = 185 Left = 113
Top = 12 Top = 108
Width = 147 Width = 200
Height = 24 Height = 24
Hint = Hint =
'Allow mail to be received for users by number (i.e "1@yourbbs.co' + 'Allow mail to be received for users by number (i.e "1@yourbbs.co' +
'm")' 'm")'
Caption = 'RX by User Number' Caption = 'Allow RX by User Number'
ParentShowHint = False ParentShowHint = False
ShowHint = True ShowHint = True
TabOrder = 1 TabOrder = 1
end end
object DebugHeadersCheckBox: TCheckBox object DebugHeadersCheckBox: TCheckBox
Left = 185 Left = 185
Top = 108 Top = 12
Width = 146 Width = 146
Height = 26 Height = 26
Hint = 'Log all received mail headers (for debugging)' Hint = 'Log all received mail headers (for debugging)'
...@@ -269,7 +269,7 @@ object MailCfgDlg: TMailCfgDlg ...@@ -269,7 +269,7 @@ object MailCfgDlg: TMailCfgDlg
TabOrder = 2 TabOrder = 2
end end
object AllowRelayCheckBox: TCheckBox object AllowRelayCheckBox: TCheckBox
Left = 115 Left = 113
Top = 140 Top = 140
Width = 198 Width = 198
Height = 24 Height = 24
......
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