mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
bug 66
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3365 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4a0060a2ab
commit
2bf2849cc3
@ -1,5 +1,7 @@
|
||||
2002-01-14 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* LyXAction.C (init): alloe error-next for readonly documents.
|
||||
|
||||
* BufferView2.C (ChangeRefsIfUnique): use standard version of
|
||||
count.
|
||||
|
||||
|
@ -188,7 +188,8 @@ void LyXAction::init()
|
||||
N_("Choose Paragraph Environment"), ReadOnly },
|
||||
{ LFUN_END_OF_SENTENCE, "end-of-sentence-period-insert",
|
||||
N_("Insert end of sentence period"), Noop },
|
||||
{ LFUN_GOTOERROR, "error-next", N_("Go to next error"), Noop },
|
||||
{ LFUN_GOTOERROR, "error-next",
|
||||
N_("Go to next error"), ReadOnly },
|
||||
{ LFUN_REMOVEERRORS, "error-remove-all",
|
||||
N_("Remove all error boxes"), ReadOnly },
|
||||
{ LFUN_INSET_ERT, "ert-insert",
|
||||
|
Loading…
x
Reference in New Issue
Block a user