Merge pull request #459 from hg421/master
Sandman: fix 'terminate all processes'
This commit is contained in:
commit
dd0e7d9a0f
|
@ -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