*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6466 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-03-12 16:35:58 +00:00
parent b4f4f487d1
commit 3a0cf18603
2 changed files with 2 additions and 0 deletions

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

View 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,