Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176566 | Differences between
and this patch

Collapse All | Expand All

(-)vim7/src/gui_gtk.c (+3 lines)
Lines 53-58 Link Here
53
# ifdef bindtextdomain
53
# ifdef bindtextdomain
54
#  undef bindtextdomain
54
#  undef bindtextdomain
55
# endif
55
# endif
56
# ifdef bind_textdomain_codeset
57
#  undef bind_textdomain_codeset
58
# endif
56
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
59
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
57
#  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
60
#  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
58
# endif
61
# endif
(-)vim7/src/gui_gtk_x11.c (+3 lines)
Lines 36-41 Link Here
36
# ifdef bindtextdomain
36
# ifdef bindtextdomain
37
#  undef bindtextdomain
37
#  undef bindtextdomain
38
# endif
38
# endif
39
# ifdef bind_textdomain_codeset
40
#  undef bind_textdomain_codeset
41
# endif
39
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
42
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
40
#  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
43
#  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
41
# endif
44
# endif

Return to bug 176566