mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Typo.
This commit is contained in:
parent
fd68d8a37c
commit
ef88b88aec
@ -1911,7 +1911,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
|||||||
opt1 = token(argument, '|', 1);
|
opt1 = token(argument, '|', 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if our cursor is direclty in front of or behind a citation inset,
|
// if our cursor is directly in front of or behind a citation inset,
|
||||||
// we will instead add the new key to it.
|
// we will instead add the new key to it.
|
||||||
Inset * inset = cur.nextInset();
|
Inset * inset = cur.nextInset();
|
||||||
if (!inset || inset->lyxCode() != CITE_CODE)
|
if (!inset || inset->lyxCode() != CITE_CODE)
|
||||||
|
Loading…
Reference in New Issue
Block a user