]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
ws changes only
[lyx.git] / src / lfuns.h
index 8e443f6c9fdb8febc43e589171a57dad589f1941..cb1c7e5d859e9034ed116a5c47348e8947df18f6 100644 (file)
@@ -1,10 +1,10 @@
-// -*- C++ --*
+// -*- C++ -*-
 /**
  * \file lfuns.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
  * To add a new function:
  * - add a new enum constant immediately before LFUN_LASTACTION
@@ -322,7 +322,9 @@ enum kb_action {
        LFUN_EXTERNAL_EDIT,
        // 245
        LFUN_INSERT_BRANCH,
-       
+       LFUN_INSET_DIALOG_SHOW,
+       LFUN_INSERT_BOX,
+
        LFUN_LASTACTION                  // end of the table
 };