Skip to content
Snippets Groups Projects
Commit a5f452cd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

scfg_t.node_valuser is now scfg_t.valuser

parent 3fd254d2
Branches
Tags
No related merge requests found
...@@ -199,7 +199,7 @@ void __fastcall TConfigWizard::FormShow(TObject *Sender) ...@@ -199,7 +199,7 @@ void __fastcall TConfigWizard::FormShow(TObject *Sender)
} }
NewUsersCheckBox->Checked=!(scfg.sys_misc&SM_CLOSED); NewUsersCheckBox->Checked=!(scfg.sys_misc&SM_CLOSED);
FeedbackCheckBox->Checked=scfg.node_valuser; FeedbackCheckBox->Checked=scfg.valuser;
AliasesCheckBox->Checked=scfg.uq&UQ_ALIASES; AliasesCheckBox->Checked=scfg.uq&UQ_ALIASES;
NewUsersCheckBoxClick(Sender); NewUsersCheckBoxClick(Sender);
...@@ -300,7 +300,7 @@ void __fastcall TConfigWizard::NextButtonClick(TObject *Sender) ...@@ -300,7 +300,7 @@ void __fastcall TConfigWizard::NextButtonClick(TObject *Sender)
scfg.uq|=UQ_ALIASES; scfg.uq|=UQ_ALIASES;
else else
scfg.uq&=~UQ_ALIASES; scfg.uq&=~UQ_ALIASES;
scfg.node_valuser=FeedbackCheckBox->Checked; scfg.valuser=FeedbackCheckBox->Checked;
if(DeletedEmailYesButton->Checked) if(DeletedEmailYesButton->Checked)
scfg.sys_misc|=(SM_USRVDELM|SM_SYSVDELM); scfg.sys_misc|=(SM_USRVDELM|SM_SYSVDELM);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment