*** empty log message ***

This commit is contained in:
gyboth 2005-01-09 20:38:33 +00:00
parent 993e7b6ba2
commit 9e315c2203
5 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
/**
* Standard gettext macros.
*/
#ifdef ENABLE_NLS
# include <libintl.h>
# undef _
# define _(String) dgettext (PACKAGE, String)
# ifdef gettext_noop
# define N_(String) gettext_noop (String)
# else
# define N_(String) (String)
# endif
#else
# define textdomain(String) (String)
# define gettext(String) (String)
# define dgettext(Domain,Message) (Message)
# define dcgettext(Domain,Message,Type) (Message)
# define bindtextdomain(Domain,Directory) (Domain)
# define _(String) (String)
# define N_(String) (String)
#endif

View File

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.