From 2bf2849cc3185a40d9579f4732da3782f8fe36ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Mon, 14 Jan 2002 02:13:51 +0000 Subject: [PATCH] bug 66 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3365 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 2 ++ src/LyXAction.C | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9e279e1d0f..6355f76506 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2002-01-14 Lars Gullik Bjønnes + * LyXAction.C (init): alloe error-next for readonly documents. + * BufferView2.C (ChangeRefsIfUnique): use standard version of count. diff --git a/src/LyXAction.C b/src/LyXAction.C index 1762e55c64..b2c6953240 100644 --- a/src/LyXAction.C +++ b/src/LyXAction.C @@ -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", -- 2.39.2