]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCode.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetCode.h
index cd2b38b863ed65b591ef32be5419818bb986f9ed..e05d96c62824b14bd79ac44ea432419c6b5f10c8 100644 (file)
@@ -83,7 +83,7 @@ enum InsetCode {
        ///
        INDEX_PRINT_CODE,
        ///
-       OPTARG_CODE,
+       ARG_CODE,
        ///
        CELL_CODE,
        ///
@@ -221,7 +221,13 @@ enum InsetCode {
        ///
        ARGUMENT_PROXY_CODE, // 100
        ///
-       INSET_CODE_SIZE,
+       PREVIEW_CODE,
+       ///
+       MATH_DIAGRAM_CODE, 
+       ///
+       SCRIPT_CODE,
+       ///
+       INSET_CODE_SIZE
 };
 
 } // namespace lyx