mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
Spellchecker: Fix ignore button.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30224 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c75fb1f6e0
commit
59cd6fd17c
@ -24,6 +24,7 @@
|
|||||||
#include "buffer_funcs.h"
|
#include "buffer_funcs.h"
|
||||||
#include "Cursor.h"
|
#include "Cursor.h"
|
||||||
#include "CutAndPaste.h"
|
#include "CutAndPaste.h"
|
||||||
|
#include "FuncRequest.h"
|
||||||
#include "Language.h"
|
#include "Language.h"
|
||||||
#include "LyX.h"
|
#include "LyX.h"
|
||||||
#include "LyXRC.h"
|
#include "LyXRC.h"
|
||||||
@ -141,6 +142,7 @@ void GuiSpellchecker::on_addPB_clicked()
|
|||||||
|
|
||||||
void GuiSpellchecker::on_ignorePB_clicked()
|
void GuiSpellchecker::on_ignorePB_clicked()
|
||||||
{
|
{
|
||||||
|
dispatch(FuncRequest(LFUN_CHAR_FORWARD));
|
||||||
check();
|
check();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user