bind gimp-libgimp domain

--Sven
This commit is contained in:
Sven Neumann 2000-01-27 11:55:22 +00:00
parent a73c70c8a3
commit 8cbd73b54c
2 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Fri Jan 28 10:48:55 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/libgimp-intl.h: bind gimp-libgimp domain
Fri Jan 28 00:37:10 PST 2000 Manish Singh <yosh@gimp.org>
* configure.in

View File

@ -23,11 +23,11 @@
#ifdef ENABLE_NLS
# include <libintl.h>
# define _(String) dgettext ("gimp-std-plugins", String)
# define _(String) dgettext ("gimp-libgimp", String)
# undef gettext
# define gettext(String) dgettext ("gimp-std-plugins", String)
# define gettext(String) dgettext ("gimp-libgimp", String)
# ifdef gettext_noop
# define N_(String) dgettext_noop ("gimp-std_plugins", String)
# define N_(String) dgettext_noop ("gimp-libgimp", String)
# else
# define N_(String) (String)
# endif
@ -39,3 +39,18 @@
#endif
#endif /* __LIBGIMP_INTL_H__ */