summaryrefslogtreecommitdiff
path: root/camlibs/pentax/library.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/pentax/library.c')
-rw-r--r--camlibs/pentax/library.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/camlibs/pentax/library.c b/camlibs/pentax/library.c
index 67d620c5d..65595afb9 100644
--- a/camlibs/pentax/library.c
+++ b/camlibs/pentax/library.c
@@ -35,21 +35,11 @@
#include <gphoto2/gphoto2-result.h>
#include <gphoto2/gphoto2-port.h>
#include <gphoto2/gphoto2-setting.h>
+
+#include "libgphoto2/i18n.h"
+
#include "pslr.h"
-#ifdef ENABLE_NLS
-# include <libintl.h>
-# undef _
-# define _(String) dgettext (GETTEXT_PACKAGE, String)
-# ifdef gettext_noop
-# define N_(String) gettext_noop (String)
-# else
-# define N_(String) (String)
-# endif
-#else
-# define _(String) (String)
-# define N_(String) (String)
-#endif
bool debug = true;