fix 'terminate all processes'

This commit is contained in:
hg421 2021-01-28 15:17:54 +01:00
parent fc01616390
commit 4aa29376b5
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ void CSandMan::OnEmptyAll()
{ {
bool State = false; bool State = false;
if(CCheckableMessageBox::question(this, "Sandboxie-Plus", tr("Do you want to terminate all processes in all sandboxes?") if(CCheckableMessageBox::question(this, "Sandboxie-Plus", tr("Do you want to terminate all processes in all sandboxes?")
, tr("Terminate all without asking"), &State, QDialogButtonBox::Yes | QDialogButtonBox::No, QDialogButtonBox::Yes, QMessageBox::Information) != QDialogButtonBox::Yes); , tr("Terminate all without asking"), &State, QDialogButtonBox::Yes | QDialogButtonBox::No, QDialogButtonBox::Yes, QMessageBox::Information) != QDialogButtonBox::Yes)
return; return;
if (State) if (State)