]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.cpp
Reorder a bit status messages, but they are still cleared at the end of LyXFunc
[lyx.git] / src / support / debug.cpp
index de48e0dfa6b645f0ae7758eb831f6f09032bad97..2c88a6f38eca39d7af32a581407cb0e29633f914 100644 (file)
@@ -61,11 +61,12 @@ ErrorItem errorTags[] = {
        { Debug::CHANGES,   "changes",   N_("Change tracking")},
        { Debug::EXTERNAL,  "external",  N_("External template/inset messages")},
        { Debug::PAINTING,  "painting",  N_("RowPainter profiling")},
-       { Debug::SCROLLING, "scrolling", N_("scrolling debugging")},
+       { Debug::SCROLLING, "scrolling", N_("Scrolling debugging")},
        { Debug::MACROS,    "macros",    N_("Math macros")},
        { Debug::RTL,       "rtl",       N_("RTL/Bidi")},
        { Debug::LOCALE,    "locale",    N_("Locale/Internationalisation")},
        { Debug::SELECTION, "selection", N_("Selection copy/paste mechanism")},
+       { Debug::FIND,      "find",      N_("Find and replace mechanism")},
        { Debug::DEBUG,     "debug",     N_("Developers' general debug messages")},
        { Debug::ANY,       "any",       N_("All debugging messages")}
 };