mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
indentation fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32559 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ad0060454d
commit
378d32bc06
@ -954,7 +954,7 @@ int findForwardAdv(DocIterator & cur, MatchStringAdv const & match)
|
||||
_("End of document reached while searching forward.\n"
|
||||
"\n"
|
||||
"Continue searching from beginning?"),
|
||||
0, 1, _("&Yes"), _("&No"));
|
||||
0, 1, _("&Yes"), _("&No"));
|
||||
cur.clear();
|
||||
cur.push_back(CursorSlice(match.buf.inset()));
|
||||
} while (wrap_answer == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user