aboutsummaryrefslogtreecommitdiff
path: root/opcodes/opintl.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/opintl.h')
-rw-r--r--opcodes/opintl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/opintl.h b/opcodes/opintl.h
index c46ddbd..55a989a 100644
--- a/opcodes/opintl.h
+++ b/opcodes/opintl.h
@@ -12,7 +12,7 @@
#ifdef ENABLE_NLS
# include <libintl.h>
-# define _(String) gettext (String)
+# define _(String) dgettext (PACKAGE, String)
# ifdef gettext_noop
# define N_(String) gettext_noop (String)
# else