]> git.lyx.org Git - lyx.git/blobdiff - src/debug.C
citation patch from Angus
[lyx.git] / src / debug.C
index ed91682a129da0ddbb8ab1a74039612db4557d1a..46b6a39e36c59215e7660f4deedd2e3912081110 100644 (file)
@@ -31,7 +31,7 @@ static error_item errorTags[] = {
        { Debug::INFO,          "info",         "General information"},
        { Debug::INIT,          "init",         "Program initialisation"},
        { Debug::KEY,           "key",          "Keyboard events handling"},
-       { Debug::TOOLBAR,       "toolbar",      "Toolbar handling"},
+       { Debug::GUI,           "gui",          "GUI handling"},
        { Debug::PARSER,        "parser",       "Lyxlex grammer parser"},
        { Debug::LYXRC,         "lyxrc",        "Configuration files reading"},
        { Debug::KBMAP,         "kbmap",        "Custom keyboard definition"},