mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
stylistics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31274 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2509ff8236
commit
56fcb589ae
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user