]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormSpellchecker.h
having broken Rob's word count update, I guess I should fix it too ;-)
[features.git] / src / frontends / xforms / FormSpellchecker.h
index 3f45a2d26cece93e99821a5577cc1507f63ee18e..0150cd29d74fa589d02070e3e9fc6b8d78ee7c8f 100644 (file)
@@ -23,7 +23,8 @@ struct FD_spellchecker;
 
 /** This class provides an XForms implementation of the FormSpellchecker Dialog.
  */
-class FormSpellchecker : public FormCB<ControlSpellchecker, FormDB<FD_spellchecker> > {
+class FormSpellchecker
+       : public FormCB<ControlSpellchecker, FormDB<FD_spellchecker> > {
 public:
        ///
        FormSpellchecker();
@@ -43,9 +44,10 @@ private:
 
        ///
        enum State {
-               START,
-               RUNNING,
-               STOP
+               READY_TO_START,
+               STARTED,
+               CHECKING,
+               STOPPED
        };
        ///
        void updateState(State state);