Applied patch from Zbigniew Chyla:

2006-06-27  Sven Neumann  <sven@gimp.org>

	Applied patch from Zbigniew Chyla:

	* app/gimp-intl.h
	* libgimp/stdplugins-intl.h: removed most content and include
	<glib/gi18n.h> instead.

	* libgimp/libgimp-intl.h: define ngettext() macro as wrapper
around
	dngettext().
This commit is contained in:
Sven Neumann
2006-06-27 07:55:41 +00:00
committed by Sven Neumann
parent 7b1327dd86
commit 4c73ba1b17
4 changed files with 16 additions and 21 deletions

View File

@ -26,16 +26,7 @@
#error "config.h must be included prior to stdplugins-intl.h"
#endif
#include <libintl.h>
#define _(String) gettext (String)
#ifdef gettext_noop
# define N_(String) gettext_noop (String)
#else
# define N_(String) (String)
#endif
#include <glib/gi18n.h>
#ifndef HAVE_BIND_TEXTDOMAIN_CODESET
# define bind_textdomain_codeset(Domain, Codeset) (Domain)