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:
Abdelrazak Younes 2009-06-22 17:40:09 +00:00
parent c75fb1f6e0
commit 59cd6fd17c

View File

@ -24,6 +24,7 @@
#include "buffer_funcs.h"
#include "Cursor.h"
#include "CutAndPaste.h"
#include "FuncRequest.h"
#include "Language.h"
#include "LyX.h"
#include "LyXRC.h"
@ -141,6 +142,7 @@ void GuiSpellchecker::on_addPB_clicked()
void GuiSpellchecker::on_ignorePB_clicked()
{
dispatch(FuncRequest(LFUN_CHAR_FORWARD));
check();
}