View | Details | Raw Unified
Collapse All | Expand All

(-) vim7/src/gui_gtk.c (+3 lines)
 Lines 53-58    Link Here 
# ifdef bindtextdomain
# ifdef bindtextdomain
#  undef bindtextdomain
#  undef bindtextdomain
# endif
# endif
# ifdef bind_textdomain_codeset
#  undef bind_textdomain_codeset
# endif
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
#  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
#  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
# endif
# endif
(-) vim7/src/gui_gtk_x11.c (+3 lines)
 Lines 36-41    Link Here 
# ifdef bindtextdomain
# ifdef bindtextdomain
#  undef bindtextdomain
#  undef bindtextdomain
# endif
# endif
# ifdef bind_textdomain_codeset
#  undef bind_textdomain_codeset
# endif
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
#  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
#  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
# endif
# endif