From 3a0cf186036e04707a56210a48b3fa697613889b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 12 Mar 2003 16:35:58 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6466 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.C | 1 + src/commandtags.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/LyXAction.C b/src/LyXAction.C index 1f59de6fe7..06f1dab078 100644 --- a/src/LyXAction.C +++ b/src/LyXAction.C @@ -168,6 +168,7 @@ 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_ENVIRONMENT_INSERT, "environment-insert", "", Noop }, { LFUN_GOTOERROR, "error-next", N_("Go to next error"), ReadOnly }, { LFUN_REMOVEERRORS, "error-remove-all", diff --git a/src/commandtags.h b/src/commandtags.h index 3b1969dcf6..6e39dd5e67 100644 --- a/src/commandtags.h +++ b/src/commandtags.h @@ -124,6 +124,7 @@ enum kb_action { LFUN_NOTIFY, LFUN_GOTOFILEROW, // Edmar 12/23/98 LFUN_INSERT_NOTE, + LFUN_ENVIRONMENT_INSERT, LFUN_KMAP_OFF, LFUN_KMAP_PRIM, LFUN_KMAP_SEC, -- 2.39.2