fix 'terminate all processes'
This commit is contained in:
parent
fc01616390
commit
4aa29376b5
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue