Update NewBoxWizard.cpp
This commit is contained in:
parent
1e98b4a59c
commit
4da05fb913
|
@ -512,7 +512,7 @@ void CBoxTypePage::OnBoxTypChanged()
|
|||
#endif
|
||||
|
||||
if(BoxType != CSandBoxPlus::eDefault || BlackBox)
|
||||
theGUI->CheckCertificate(this, BlackBox);
|
||||
theGUI->CheckCertificate(this, BlackBox ? 1 : 0);
|
||||
|
||||
emit completeChanged();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue