From: Nick Clifton Date: Tue, 30 May 2000 21:04:24 +0000 (+0000) Subject: Undo part of previous delta, so that _() calls dgettext() not gettext(). X-Git-Tag: readline-pre-41-import~324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb08852125477c6202ce0e863b49950ef33611c1;p=thirdparty%2Fbinutils-gdb.git Undo part of previous delta, so that _() calls dgettext() not gettext(). --- diff --git a/opcodes/opintl.h b/opcodes/opintl.h index c46ddbd65f4..55a989a53ba 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