aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bftest.c')
-rw-r--r--tools/bftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bftest.c b/tools/bftest.c
index 829c429a0..73a1196ae 100644
--- a/tools/bftest.c
+++ b/tools/bftest.c
@@ -50,7 +50,7 @@ i18n_init(void)
{
#ifdef ENABLE_NLS
setlocale( LC_ALL, "" );
- bindtextdomain( PACKAGE, G10_LOCALEDIR );
+ bindtextdomain (PACKAGE, LOCALEDIR);
textdomain( PACKAGE );
#endif
}