aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testgdbm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testgdbm.c b/src/testgdbm.c
index 94a1829..b2b9c6c 100644
--- a/src/testgdbm.c
+++ b/src/testgdbm.c
@@ -1023,6 +1023,7 @@ main (int argc, char *argv[])
setlocale (LC_ALL, "");
#endif
bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
set_minimal_abbreviations ();

Return to:

Send suggestions and report system problems to the System administrator.