diff options
Diffstat (limited to 'camlibs/stv0674/stv0674.c')
-rw-r--r-- | camlibs/stv0674/stv0674.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/camlibs/stv0674/stv0674.c b/camlibs/stv0674/stv0674.c index 18ef1f4c3..9cc00bcf3 100644 --- a/camlibs/stv0674/stv0674.c +++ b/camlibs/stv0674/stv0674.c @@ -23,23 +23,12 @@ #include <string.h> #include <stdlib.h> #include <stdio.h> + #include <gphoto2/gphoto2.h> #include <gphoto2/gphoto2-port.h> #include <gphoto2/gphoto2-library.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 "stv0674.h" #include "library.h" |