Add warning
This commit is contained in:
parent
721f2da032
commit
3a25dc6b11
|
@ -1652,8 +1652,13 @@ void CSandMan::OnMessage(const QString& MsgData)
|
|||
|
||||
}
|
||||
}
|
||||
else {
|
||||
QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("You typed a wrong box name!Nothing was changed."), QMessageBox::Ok, 0);
|
||||
}
|
||||
}
|
||||
else {
|
||||
QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("Users canceled this operation."), QMessageBox::Yes, 0);
|
||||
}
|
||||
|
||||
}
|
||||
else if (Message.left(4) == "Run:")
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue