bind gimp-libgimp domain
--Sven
This commit is contained in:
@ -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>
|
Fri Jan 28 00:37:10 PST 2000 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* configure.in
|
* configure.in
|
||||||
|
@ -23,11 +23,11 @@
|
|||||||
|
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
# include <libintl.h>
|
# include <libintl.h>
|
||||||
# define _(String) dgettext ("gimp-std-plugins", String)
|
# define _(String) dgettext ("gimp-libgimp", String)
|
||||||
# undef gettext
|
# undef gettext
|
||||||
# define gettext(String) dgettext ("gimp-std-plugins", String)
|
# define gettext(String) dgettext ("gimp-libgimp", String)
|
||||||
# ifdef gettext_noop
|
# ifdef gettext_noop
|
||||||
# define N_(String) dgettext_noop ("gimp-std_plugins", String)
|
# define N_(String) dgettext_noop ("gimp-libgimp", String)
|
||||||
# else
|
# else
|
||||||
# define N_(String) (String)
|
# define N_(String) (String)
|
||||||
# endif
|
# endif
|
||||||
@ -39,3 +39,18 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __LIBGIMP_INTL_H__ */
|
#endif /* __LIBGIMP_INTL_H__ */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user