]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSpellchecker.C
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormSpellchecker.C
index 74924ce7cb1a7c4063e198fdcbf9a38986d92d4c..b47713bb15a31311aa186f9a4a2375c58f5dfce2 100644 (file)
@@ -5,30 +5,31 @@
  *
  * \author Edwin Leuven
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
-#include "xformsBC.h"
 #include "FormSpellchecker.h"
 #include "ControlSpellchecker.h"
 #include "forms/form_spellchecker.h"
 
-#include "forms_gettext.h"
 #include "Tooltips.h"
 #include "xforms_helpers.h"
-#include "support/lstrings.h"
+#include "xformsBC.h"
+
+#include "support/tostr.h"
+
+#include "lyx_forms.h"
+
 
-#include FORMS_H_LOCATION
+using std::string;
 
-using std::endl;
 
 typedef FormCB<ControlSpellchecker, FormDB<FD_spellchecker> > base_class;
 
 FormSpellchecker::FormSpellchecker()
-       : base_class(_("Spellchecker"))
+       : base_class(_("Spell-check Document"))
 {}