X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.C;h=fcc14891cb03bda5d207dff153776108a9e0a55d;hb=4ec1fe07fed17fafde2b7cf38221c0ddbb6393a8;hp=d2232904cd79f74af6d5b22c5f5ccc68961f7a75;hpb=08b1fdacad52474c2aceb6e5ff354e8e870ddc47;p=lyx.git diff --git a/src/debug.C b/src/debug.C index d2232904cd..fcc14891cb 100644 --- a/src/debug.C +++ b/src/debug.C @@ -69,7 +69,8 @@ Debug::type const Debug::ANY = Debug::type( Debug::PARSER | Debug::LYXRC | Debug::KBMAP | Debug::LATEX | Debug::MATHED | Debug::FONT | Debug::TCLASS | Debug::LYXVC | Debug::LYXSERVER | Debug::ROFF | Debug::ACTION | Debug::LYXLEX | - Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA); + Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA | + Debug::INSETTEXT); Debug::type Debug::value(string const & val)