Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 188963
Collapse All | Expand All

(-)gtkspell-2.0.11.orig/gtkspell/gtkspell.c (-1 / +6 lines)
Lines 5-16 Link Here
5
/* vim: set ts=4 sw=4 wm=5 : */
5
/* vim: set ts=4 sw=4 wm=5 : */
6
6
7
#include <gtk/gtk.h>
7
#include <gtk/gtk.h>
8
#include <libintl.h>
8
#include <string.h>
9
#include <locale.h>
9
#include <locale.h>
10
#include "../config.h"
10
#include "../config.h"
11
#include "gtkspell.h"
11
#include "gtkspell.h"
12
12
13
#ifdef ENABLE_NLS
14
#include <libintl.h>
13
#define _(String) dgettext (PACKAGE, String)
15
#define _(String) dgettext (PACKAGE, String)
16
#else
17
#define _(String) String
18
#endif
14
19
15
#define GTKSPELL_MISSPELLED_TAG "gtkspell-misspelled"
20
#define GTKSPELL_MISSPELLED_TAG "gtkspell-misspelled"
16
21

Return to bug 188963