Sorry, no exact match was found within limits. " - "Probably the document is very big " - "and the snippets generator got lost in a maze...
" << endl; + oss.str("\n"); + oss << qs2utf8s(tr("Sorry, no exact match was found within limits. " + "Probably the document is very big and the snippets " + "generator got lost in a maze...
")); } - oss << ""; + oss << "\n"; #ifdef SNIPPETS_TEXTBROWSER browser->insertHtml(QString::fromUtf8(oss.str().c_str())); #else