aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bftest.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/bftest.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/bftest.c b/tools/bftest.c
index 8b8175901..1902703f7 100644
--- a/tools/bftest.c
+++ b/tools/bftest.c
@@ -38,11 +38,6 @@ my_usage(void)
exit(1);
}
-const char *
-strusage( int level )
-{
- return default_strusage(level);
-}
static void
i18n_init(void)
@@ -53,7 +48,7 @@ i18n_init(void)
#else
setlocale( LC_ALL, "" );
#endif
- bindtextdomain( PACKAGE, G10_LOCALEDIR );
+ bindtextdomain( PACKAGE, GNUPG_LOCALEDIR );
textdomain( PACKAGE );
#endif
}