]> git.lyx.org Git - features.git/commitdiff
Add a new debug channel UNDO (in place of the unused ROFF)
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Aug 2008 19:09:42 +0000 (19:09 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Aug 2008 19:09:42 +0000 (19:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26177 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/debug.cpp
src/support/debug.h

index 44ef69f4060ab9a6df59161ee89615a86365d606..bd1287a76064f1813c2d25f83b5bb05590e46017 100644 (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")},
index a126cb81e596b4c5664240193517fc2bda689f1e..15f82391547f2148e17aefa3ca6c585087f90c2f 100644 (file)
@@ -66,7 +66,7 @@ namespace Debug {
                ///
                LYXSERVER  = (1 << 12),  // 4096
                ///
-               ROFF       = (1 << 13),  // 8192
+               UNDO       = (1 << 13),  // 8192
                ///
                ACTION     = (1 << 14),   // 16384
                ///