// This should be rare. A statement should have a security entry for any
// of the securities referred to in the transactions. The only way to get
// here is if that's NOT the case.
KMessageBox::information(0,i18n("This investment account does not contain the \"%1\" security. Transactions involving this security will be ignored.",statementTransactionUnderImport.m_strSecurity),i18n("Security not found"),QString("MissingSecurity%1").arg(statementTransactionUnderImport.m_strSecurity.trimmed()));
intret=KMessageBox::warningContinueCancel(0,i18n("<center>This investment account does not contain the \"%1\" security.</center>"
"<center>Transactions involving this security will be ignored.</center>",statementTransactionUnderImport.m_strSecurity),
i18n("Security not found"),KStandardGuiItem::cont(),KStandardGuiItem::cancel());