]> git.lyx.org Git - lyx.git/blobdiff - src/debug.C
minimal effort implementation of:
[lyx.git] / src / debug.C
index 24977bc1b88a17dfe5eb83a8a822fa603d839345..2b4badfcfabc86a6175d55a892d596b174911f25 100644 (file)
@@ -63,6 +63,7 @@ error_item errorTags[] = {
        { Debug::GRAPHICS,  "graphics",  N_("Graphics conversion and loading")},
        { Debug::CHANGES,   "changes",   N_("Change tracking")},
        { Debug::EXTERNAL,  "external",  N_("External template/inset messages")},
+       { Debug::PAINTING,  "painting",  N_("RowPainter profiling")},
        { Debug::DEBUG,     "debug",     N_("Developers' general debug messages")},
        { Debug::ANY,       "any",       N_("All debugging messages")}
 };