aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/kbxutil.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-08-10 11:25:32 +0000
committerWerner Koch <[email protected]>2002-08-10 11:25:32 +0000
commit9c86904866ab38618313192457aa6e12a5c17ac5 (patch)
tree04f1fd1d3f3cbc26cf29fe6fe1d3671dbe2871be /kbx/kbxutil.c
parent* keylist.c (list_cert_colon): Print the short fingerprint in the (diff)
downloadgnupg-9c86904866ab38618313192457aa6e12a5c17ac5.tar.gz
gnupg-9c86904866ab38618313192457aa6e12a5c17ac5.zip
Minor changes for gettextNEWPG-0-3-10
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r--kbx/kbxutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c
index dcc073097..b733b81c8 100644
--- a/kbx/kbxutil.c
+++ b/kbx/kbxutil.c
@@ -126,7 +126,7 @@ i18n_init(void)
#else
setlocale( LC_ALL, "" );
#endif
- bindtextdomain( PACKAGE, GNUPG_LOCALEDIR );
+ bindtextdomain( PACKAGE, LOCALEDIR );
textdomain( PACKAGE );
#endif
#endif