[LyX/master] Fix debug output
Juergen Spitzmueller
spitz at lyx.org
Sat Aug 21 13:01:05 UTC 2021
commit 489549c9b4152381ff338fcc23976555bd40570f
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Sat Aug 21 15:19:30 2021 +0200
Fix debug output
---
src/frontends/qt/GuiSpellchecker.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt/GuiSpellchecker.cpp b/src/frontends/qt/GuiSpellchecker.cpp
index 7e4c3d7..8adf132 100644
--- a/src/frontends/qt/GuiSpellchecker.cpp
+++ b/src/frontends/qt/GuiSpellchecker.cpp
@@ -433,7 +433,7 @@ void SpellcheckerWidget::on_skipAllPB_clicked()
/// ignore all occurrences of word
if (d->disabled())
return;
- LYXERR(Debug::GUI, "Spellchecker: ignore all button");
+ LYXERR(Debug::GUI, "Spellchecker: skip all button");
if (d->word_.lang() && !d->word_.word().empty())
theSpellChecker()->accept(d->word_);
d->forward();
More information about the lyx-cvs
mailing list