]> 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 df421ccaa7d75a0a39cf92c586b53d52e74f7234..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")}
 };
@@ -185,5 +187,4 @@ LyXErr & operator<<(LyXErr & l, ios_base &(*t)(ios_base &))
 // The global instance
 LyXErr lyxerr;
 
-
 } // namespace lyx