]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.cpp
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / support / debug.cpp
index 85ef9f31745b69b97a57c3e4106c85cb1f2dd7a1..44ef69f4060ab9a6df59161ee89615a86365d606 100644 (file)
@@ -64,6 +64,8 @@ ErrorItem errorTags[] = {
        { 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::DEBUG,     "debug",     N_("Developers' general debug messages")},
        { Debug::ANY,       "any",       N_("All debugging messages")}
 };