summaryrefslogtreecommitdiff
path: root/utils/gdmaskpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gdmaskpass.c')
-rw-r--r--utils/gdmaskpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/gdmaskpass.c b/utils/gdmaskpass.c
index 09f0eb0e..5270937e 100644
--- a/utils/gdmaskpass.c
+++ b/utils/gdmaskpass.c
@@ -32,8 +32,8 @@ main (int argc, char *argv[])
}
setlocale (LC_ALL, "");
- bindtextdomain (PACKAGE, GNOMELOCALEDIR);
- textdomain (PACKAGE);
+ bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
+ textdomain (GETTEXT_PACKAGE);
for (tries = 3; tries > 0; tries --) {
if ((retval = pam_start ("gdm", username, &conv, &pamh)) != PAM_SUCCESS) {