From 59cd6fd17c0fd3e9531fdc70e49abd55b6e3b533 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 22 Jun 2009 17:40:09 +0000 Subject: [PATCH] Spellchecker: Fix ignore button. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30224 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiSpellchecker.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.39.5