Undo part of previous delta, so that _() calls dgettext() not gettext().
authorNick Clifton <nickc@redhat.com>
Tue, 30 May 2000 21:04:24 +0000 (21:04 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 30 May 2000 21:04:24 +0000 (21:04 +0000)
opcodes/opintl.h

index c46ddbd65f46589d1caae47c7077af6fa2dbdbda..55a989a53ba93aae92ad76ffec50ac518b16cf03 100644 (file)
@@ -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
This page took 0.02373 seconds and 4 git commands to generate.