/* vim: set ts=4 sw=4 wm=5 : */
#include <gtk/gtk.h>
#include <libintl.h>
#include <string.h>
#include <locale.h>
#include "../config.h"
#include "gtkspell.h"
#ifdef ENABLE_NLS
#define _(String) dgettext (PACKAGE, String)
#else
#define _(String) String
#endif
#define GTKSPELL_MISSPELLED_TAG "gtkspell-misspelled"