]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.cpp
Generate the magic label always. We'll need it other times, when we do
[lyx.git] / src / lyxfind.cpp
index db77f0e7718fbb50cd0363128f84b51e9ff2cd2a..8b2c9343592c3ae952978a3de8194c20842810c0 100644 (file)
@@ -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();