Fix Typo: Update OptionsForce.cpp
This commit is contained in:
parent
60e515221f
commit
445d30b867
|
@ -338,7 +338,7 @@ void COptionsWindow::OnBreakoutDoc()
|
||||||
Ext.prepend("*.");
|
Ext.prepend("*.");
|
||||||
|
|
||||||
if (Ext.right(1) == "*") {
|
if (Ext.right(1) == "*") {
|
||||||
QMessageBox::warning(this, "Sandboxie-Plus", tr("For security reasons it it not permitted to create entirely wildcard BreakoutDocument presets."));
|
QMessageBox::warning(this, "Sandboxie-Plus", tr("For security reasons it is not permitted to create entirely wildcard BreakoutDocument presets."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
QStringList BannedExt = QString(// from: https://learn.microsoft.com/en-us/troubleshoot/developer/browsers/security-privacy/information-about-the-unsafe-file-list
|
QStringList BannedExt = QString(// from: https://learn.microsoft.com/en-us/troubleshoot/developer/browsers/security-privacy/information-about-the-unsafe-file-list
|
||||||
|
|
Loading…
Reference in New Issue