]> git.lyx.org Git - features.git/blobdiff - src/debug.C
Fixed various bugs + John's form paragraph bug.
[features.git] / src / debug.C
index 321700a67fbbadbd13ce8ce6e9a1ebb9af48d013..d2232904cd79f74af6d5b22c5f5ccc68961f7a75 100644 (file)
@@ -54,7 +54,8 @@ error_item errorTags[] = {
        { Debug::INSETS,    "insets",    N_("LyX Insets")},
        { Debug::FILES,     "files",     N_("Files used by LyX")},
        { Debug::WORKAREA,  "workarea",  N_("Workarea events")},
-        { Debug::ANY,       "any",       N_("All debugging messages")}
+       { Debug::INSETTEXT, "insettext", N_("Insettext/tabular messanges")},
+       { Debug::ANY,       "any",       N_("All debugging messages")}
 };