git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3365 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-01-14 02:13:51 +00:00
parent 4a0060a2ab
commit 2bf2849cc3
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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",