X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.cpp;h=8b2c9343592c3ae952978a3de8194c20842810c0;hb=19bec6e8bc13c00c528392cb77826dc7de3f68e8;hp=db77f0e7718fbb50cd0363128f84b51e9ff2cd2a;hpb=2509ff8236ab10906c8b786c78f3eef78bd9b5a0;p=lyx.git diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index db77f0e771..8b2c934359 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -794,7 +794,7 @@ docstring stringifyFromCursor(DocIterator const & cur, int len) // No side effect of file copying and image conversion runparams.dryrun = true; LYXERR(Debug::FIND, "Stringifying with cur: " - < cur << ", from pos: " << cur.pos() << ", end: " << end); + << cur << ", from pos: " << cur.pos() << ", end: " << end); return par.stringify(cur.pos(), end, AS_STR_INSETS, runparams); } else if (cur.inMathed()) { odocstringstream os; @@ -1039,10 +1039,10 @@ int findBackwardsAdv(DocIterator & cur, MatchStringAdv const & match) { }; } wrap_answer = frontend::Alert::prompt( - _("Wrap search ?"), + _("Wrap search?"), _("Beginning of document reached while searching backwards\n" - "\n" - "Continue searching from end ?"), + "\n" + "Continue searching from end?"), 0, 1, _("&Yes"), _("&No")); cur = doc_iterator_end(&match.buf); cur.backwardPos();