mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
add alert on spellchecker failure.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4870 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7072a496e2
commit
0547580aad
@ -1,3 +1,8 @@
|
||||
2002-08-06 John Levon <levon@movementarian.org>
|
||||
|
||||
* ControlSpellchecker.C: show an alert with the
|
||||
error message on initialisation failure
|
||||
|
||||
2002-08-04 John Levon <levon@movementarian.org>
|
||||
|
||||
* ControlSpellchecker.h:
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "Liason.h"
|
||||
|
||||
#include "frontends/LyXView.h"
|
||||
#include "frontends/Alert.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
|
||||
@ -200,6 +201,7 @@ void ControlSpellchecker::clearParams()
|
||||
|
||||
// make sure that the dialog is not launched
|
||||
emergency_exit_ = true;
|
||||
Alert::alert("The spellchecker has failed", message_);
|
||||
}
|
||||
|
||||
delete speller_;
|
||||
|
Loading…
Reference in New Issue
Block a user