[LyX/master] Make all a synonym of any in cmd debug mode

Eugene Chornyi yu_jin at lyx.org
Sun Mar 21 08:53:17 UTC 2021


commit 4421b721e42227aa337c12d401025e5061341d5c
Author: Eugene Chornyi <yu_jin at lyx.org>
Date:   Sun Mar 21 09:59:23 2021 +0100

    Make all a synonym of any in cmd debug mode
---
 src/support/debug.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/support/debug.cpp b/src/support/debug.cpp
index 6ec52a0..c86e1c8 100644
--- a/src/support/debug.cpp
+++ b/src/support/debug.cpp
@@ -72,7 +72,8 @@ DebugErrorItem errorTags[] = {
 	{ Debug::SELECTION, "selection", N_("Selection copy/paste mechanism")},
 	{ Debug::FIND,      "find",      N_("Find and replace mechanism")},
 	{ Debug::DEBUG,     "debug",     N_("Developers' general debug messages")},
-	{ Debug::ANY,       "any",       N_("All debugging messages")}
+	{ Debug::ANY,       "any",       N_("All debugging messages")},
+	{ Debug::ANY,       "all",       N_("All debugging messages")}
 };
 
 


More information about the lyx-cvs mailing list