From: Abdelrazak Younes Date: Mon, 22 Jun 2009 17:40:09 +0000 (+0000) Subject: Spellchecker: Fix ignore button. X-Git-Tag: 2.0.0~6232 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=59cd6fd17c0fd3e9531fdc70e49abd55b6e3b533;p=lyx.git Spellchecker: Fix ignore button. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30224 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiSpellchecker.cpp b/src/frontends/qt4/GuiSpellchecker.cpp index 89bdeeb3ca..30bad11680 100644 --- a/src/frontends/qt4/GuiSpellchecker.cpp +++ b/src/frontends/qt4/GuiSpellchecker.cpp @@ -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(); }