// this case is a link pointing to an executable with a parameter
// that also is an executable, possibly a hand-crafted pdf
KMessageBox::information(d->m_widget,i18n("The document is trying to execute an external application and, for your safety, Okular does not allow that."));
emiterror(i18n("The document is trying to execute an external application and, for your safety, Okular does not allow that."),-1);
break;
}
}else{
// this case is a link pointing to an executable with no parameters
// core developers find unacceptable executing it even after asking the user
KMessageBox::information(d->m_widget,i18n("The document is trying to execute an external application and, for your safety, Okular does not allow that."));
emiterror(i18n("The document is trying to execute an external application and, for your safety, Okular does not allow that."),-1);