mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
Fix debug output
This commit is contained in:
parent
e8bf83e42b
commit
489549c9b4
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user