summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-11-13 09:23:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-11-13 09:23:25 +0000
commitd7c236c6a24fa056541f78de900f5c3f82f1dd88 (patch)
tree6cf086dd85ae732d31e8f9692c932a1cb0c0a0bc
parent15145ee0455e4d86805d3ebf580c0f2eb070587c (diff)
downloadgdbm-d7c236c6a24fa056541f78de900f5c3f82f1dd88.tar.gz
Minor fix
* src/testgdbm.c (main): Call textdomain.
-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 ();