From e5285a46ee18b9ee5cf996f8b5065a02bfbb24dc Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 30 May 2000 21:04:24 +0000 Subject: [PATCH] Undo part of previous delta, so that _() calls dgettext() not gettext(). --- opcodes/opintl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/opintl.h b/opcodes/opintl.h index c46ddbd65f..55a989a53b 100644 --- a/opcodes/opintl.h +++ b/opcodes/opintl.h @@ -12,7 +12,7 @@ #ifdef ENABLE_NLS # include -# define _(String) gettext (String) +# define _(String) dgettext (PACKAGE, String) # ifdef gettext_noop # define N_(String) gettext_noop (String) # else -- 2.11.0