mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
add missing debug message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36658 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
65192d6cf8
commit
1ed5b98873
@ -119,6 +119,7 @@ void AppleSpellChecker::accept(WordLangTuple const & word)
|
||||
{
|
||||
string const word_str = to_utf8(word.word());
|
||||
AppleSpeller_ignore(d->speller, word_str.c_str());
|
||||
LYXERR(Debug::GUI, "ignore word: \"" << word.word() << "\"") ;
|
||||
advanceChangeNumber();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user