Add a new debug channel UNDO (in place of the unused ROFF)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26177 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-08-15 19:09:42 +00:00
parent d0827e017e
commit 608c46b080
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ ErrorItem errorTags[] = {
{ Debug::TCLASS, "tclass", N_("Textclass files reading")},
{ Debug::LYXVC, "lyxvc", N_("Version control")},
{ Debug::LYXSERVER, "lyxserver", N_("External control interface")},
{ Debug::ROFF, "roff", N_("Keep *roff temporary files")},
{ Debug::UNDO, "undo", N_("Undo/Redo mechanism")},
{ Debug::ACTION, "action", N_("User commands")},
{ Debug::LYXLEX, "lyxlex", N_("The LyX Lexxer")},
{ Debug::DEPEND, "depend", N_("Dependency information")},

View File

@ -66,7 +66,7 @@ namespace Debug {
///
LYXSERVER = (1 << 12), // 4096
///
ROFF = (1 << 13), // 8192
UNDO = (1 << 13), // 8192
///
ACTION = (1 << 14), // 16384
///