mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Make all a synonym of any in cmd debug mode
This commit is contained in:
parent
3de2249175
commit
4421b721e4
@ -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")}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user