summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/sonydscf1.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/sonydscf1/sonydscf1.c')
-rw-r--r--camlibs/sonydscf1/sonydscf1.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/camlibs/sonydscf1/sonydscf1.c b/camlibs/sonydscf1/sonydscf1.c
index 6000880c3..2b36538ab 100644
--- a/camlibs/sonydscf1/sonydscf1.c
+++ b/camlibs/sonydscf1/sonydscf1.c
@@ -29,23 +29,12 @@
#include <gphoto2/gphoto2.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
+#include "libgphoto2/i18n.h"
#include "command.h"
#include "pmp.h"
+
#define JPEG 0
#define JPEG_T 1
#define PMP 2