Fixed broken macro

This commit is contained in:
Andreas Huggel 2007-02-22 04:29:56 +00:00
parent af41355777
commit 07fb3bfc41

View File

@ -42,7 +42,7 @@
const char* _exvGettext(const char* str);
# define _(String) _exvGettext(String)
# define N_(String) gettext_noop(String)
# define N_(String) String
#else /* NLS is disabled */