From 608c46b0809265ebb7ac6c40bb5ea65fbb8b68ae Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 15 Aug 2008 19:09:42 +0000 Subject: [PATCH] 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 --- src/support/debug.cpp | 2 +- src/support/debug.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/support/debug.cpp b/src/support/debug.cpp index 44ef69f406..bd1287a760 100644 --- a/src/support/debug.cpp +++ b/src/support/debug.cpp @@ -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")}, diff --git a/src/support/debug.h b/src/support/debug.h index a126cb81e5..15f8239154 100644 --- a/src/support/debug.h +++ b/src/support/debug.h @@ -66,7 +66,7 @@ namespace Debug { /// LYXSERVER = (1 << 12), // 4096 /// - ROFF = (1 << 13), // 8192 + UNDO = (1 << 13), // 8192 /// ACTION = (1 << 14), // 16384 /// -- 2.39.2