]> 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 96e324dcccc823a0bf97adf32e8a6e508c55dba6..2c88a6f38eca39d7af32a581407cb0e29633f914 100644 (file)
@@ -66,6 +66,7 @@ ErrorItem errorTags[] = {
        { 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")}
 };