]> git.lyx.org Git - features.git/commitdiff
Spellchecker: Fix ignore button.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 22 Jun 2009 17:40:09 +0000 (17:40 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 22 Jun 2009 17:40:09 +0000 (17:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30224 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiSpellchecker.cpp

index 89bdeeb3cac8e0ae3e2a65a426085bbbbcc34d2a..30bad116807131fab7d191bf2e7ec4edd6ad2344 100644 (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();
 }