fix 'terminate all processes'
This commit is contained in:
parent
fc01616390
commit
4aa29376b5
|
@ -1079,7 +1079,7 @@ void CSandMan::OnEmptyAll()
|
|||
{
|
||||
bool State = false;
|
||||
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;
|
||||
|
||||
if (State)
|
||||
|
|
Loading…
Reference in New Issue