]> git.lyx.org Git - lyx.git/commitdiff
*** empty log message ***
authorAndré Pönitz <poenitz@gmx.net>
Wed, 12 Mar 2003 16:35:58 +0000 (16:35 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 12 Mar 2003 16:35:58 +0000 (16:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6466 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.C
src/commandtags.h

index 1f59de6fe743ab1d39f05375b832882309fec427..06f1dab0780e4c031d109bd58399b04e4f64c97d 100644 (file)
@@ -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",
index 3b1969dcf6b987226fd288358a9c37166543dcb0..6e39dd5e67fe5f87f26c97ea6ca81db9718e1e2f 100644 (file)
@@ -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,