mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove debug line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5850 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0694c27764
commit
0cee971fe1
@ -117,7 +117,6 @@ void QSpellchecker::partialUpdate(int id)
|
||||
case 2:
|
||||
dialog_->spellcheckPB->setEnabled(true);
|
||||
hide();
|
||||
lyxerr << controller().getMessage() << endl;
|
||||
QMessageBox::information(0, qt_("Spellcheck complete"),
|
||||
toqstr(controller().getMessage()),
|
||||
qt_("OK"));
|
||||
|
Loading…
Reference in New Issue
Block a user