diff options
Diffstat (limited to 'camlibs/barbie/barbie.c')
-rw-r--r-- | camlibs/barbie/barbie.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/camlibs/barbie/barbie.c b/camlibs/barbie/barbie.c index b325095b4..50608f1b2 100644 --- a/camlibs/barbie/barbie.c +++ b/camlibs/barbie/barbie.c @@ -33,19 +33,8 @@ #include <libgphoto2/bayer.h> #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" + #define MAX_PICTURES 6 |