From: André Pönitz Date: Wed, 12 Mar 2003 16:35:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 1.6.10~17259 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3a0cf186036e04707a56210a48b3fa697613889b;p=lyx.git *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6466 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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,