View | Details | Raw Unified
Collapse All | Expand All

(-) gtkspell-2.0.11.orig/gtkspell/gtkspell.c (-1 / +6 lines)
 Lines 5-16    Link Here 
/* vim: set ts=4 sw=4 wm=5 : */
/* vim: set ts=4 sw=4 wm=5 : */
#include <gtk/gtk.h>
#include <gtk/gtk.h>
#include <libintl.h>
#include <string.h>
#include <locale.h>
#include <locale.h>
#include "../config.h"
#include "../config.h"
#include "gtkspell.h"
#include "gtkspell.h"
#ifdef ENABLE_NLS
#include <libintl.h>
#define _(String) dgettext (PACKAGE, String)
#define _(String) dgettext (PACKAGE, String)
#else
#define _(String) String
#endif
#define GTKSPELL_MISSPELLED_TAG "gtkspell-misspelled"
#define GTKSPELL_MISSPELLED_TAG "gtkspell-misspelled"