]> git.lyx.org Git - lyx.git/blobdiff - src/debug.C
bug 183
[lyx.git] / src / debug.C
index 321700a67fbbadbd13ce8ce6e9a1ebb9af48d013..fcc14891cb03bda5d207dff153776108a9e0a55d 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")}
 };
 
 
@@ -68,7 +69,8 @@ Debug::type const Debug::ANY = Debug::type(
        Debug::PARSER | Debug::LYXRC | Debug::KBMAP | Debug::LATEX |
        Debug::MATHED | Debug::FONT | Debug::TCLASS | Debug::LYXVC |
        Debug::LYXSERVER | Debug::ROFF | Debug::ACTION | Debug::LYXLEX |
-       Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA);
+       Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA |
+       Debug::INSETTEXT);
 
 
 Debug::type Debug::value(string const & val)