summaryrefslogtreecommitdiff
path: root/pot.c
diff options
context:
space:
mode:
Diffstat (limited to 'pot.c')
-rw-r--r--pot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pot.c b/pot.c
index e5a1e1d..6d9108d 100644
--- a/pot.c
+++ b/pot.c
@@ -10,7 +10,7 @@ void gettexton(void)
{
#ifdef USE_GETTEXT
setlocale(LC_ALL, "");
- bindtextdomain("quota", "/usr/share/locale");
- textdomain("quota");
+ bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
+ textdomain(PACKAGE);
#endif
}