mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Style
This commit is contained in:
parent
eb219e1130
commit
5a669fa62b
@ -120,15 +120,15 @@ void GuiSearch::replaceallClicked()
|
||||
}
|
||||
|
||||
|
||||
void GuiSearch::wrap_dispatch(const FuncRequest & func, bool forward) {
|
||||
void GuiSearch::wrap_dispatch(const FuncRequest & func, bool forward)
|
||||
{
|
||||
dispatch(func);
|
||||
|
||||
BufferView * bv = const_cast<BufferView *>(bufferview());
|
||||
GuiView & lv = *const_cast<GuiView *>(&lyxview());
|
||||
|
||||
DocIterator cur_orig(bv->cursor());
|
||||
|
||||
if (!bv->cursor().result().dispatched()) {
|
||||
GuiView & lv = *const_cast<GuiView *>(&lyxview());
|
||||
DocIterator cur_orig(bv->cursor());
|
||||
docstring q;
|
||||
if (forward)
|
||||
q = _("End of file reached while searching forward.\n"
|
||||
|
Loading…
Reference in New Issue
Block a user