summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf55
diff options
context:
space:
mode:
authorArnaud Launay <asl@launay.org>2002-11-23 14:32:32 +0000
committerArnaud Launay <asl@launay.org>2002-11-23 14:32:32 +0000
commite2f325d0204a5b6774ca707dec9782722881539e (patch)
treeb1508e3fce03129e35be73593c8c28f3f92d8c94 /camlibs/sonydscf55
parent049a23b0e0aea741b4ea5849bb29dbe31369e156 (diff)
downloadlibgphoto2-e2f325d0204a5b6774ca707dec9782722881539e.tar.gz
something went wrong with uli script
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5791 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf55')
-rw-r--r--camlibs/sonydscf55/nls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/sonydscf55/nls.h b/camlibs/sonydscf55/nls.h
index a51c45f42..f518108c6 100644
--- a/camlibs/sonydscf55/nls.h
+++ b/camlibs/sonydscf55/nls.h
@@ -24,7 +24,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