diff options
author | Hans Ulrich Niedermann <gp@n-dimensional.de> | 2002-11-23 00:47:57 +0000 |
---|---|---|
committer | Hans Ulrich Niedermann <gp@n-dimensional.de> | 2002-11-23 00:47:57 +0000 |
commit | 917ba5e7c3f419ea291a85e490c8677b2a1fae17 (patch) | |
tree | 1961bd1e818496025120e6cfc98f6352ac6bd635 /camlibs/jd11 | |
parent | 031577df3e17add62c67bf3fcb7a5444ad2dba1a (diff) | |
download | libgphoto2-917ba5e7c3f419ea291a85e490c8677b2a1fae17.tar.gz |
gettext stuff for Arnaud
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5776 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/jd11')
-rw-r--r-- | camlibs/jd11/jd11.c | 2 | ||||
-rw-r--r-- | camlibs/jd11/serial.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/jd11/jd11.c b/camlibs/jd11/jd11.c index 641894a78..c45c27ab7 100644 --- a/camlibs/jd11/jd11.c +++ b/camlibs/jd11/jd11.c @@ -30,7 +30,7 @@ #ifdef ENABLE_NLS # include <libintl.h> # undef _ -# define _(String) dgettext (PACKAGE, String) +# define _(String) dgettext (GETTEXT_PACKAGE, String) # ifdef gettext_noop # define N_(String) gettext_noop (String) # else diff --git a/camlibs/jd11/serial.c b/camlibs/jd11/serial.c index 4652bd295..b140247e2 100644 --- a/camlibs/jd11/serial.c +++ b/camlibs/jd11/serial.c @@ -36,7 +36,7 @@ #ifdef ENABLE_NLS # include <libintl.h> # undef _ -# define _(String) dgettext (PACKAGE, String) +# define _(String) dgettext (GETTEXT_PACKAGE, String) # ifdef gettext_noop # define N_(String) gettext_noop (String) # else |