diff options
author | Werner Koch <[email protected]> | 2002-08-10 11:25:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-10 11:25:32 +0000 |
commit | 9c86904866ab38618313192457aa6e12a5c17ac5 (patch) | |
tree | 04f1fd1d3f3cbc26cf29fe6fe1d3671dbe2871be /agent/protect-tool.c | |
parent | * keylist.c (list_cert_colon): Print the short fingerprint in the (diff) | |
download | gnupg-9c86904866ab38618313192457aa6e12a5c17ac5.tar.gz gnupg-9c86904866ab38618313192457aa6e12a5c17ac5.zip |
Minor changes for gettextNEWPG-0-3-10
Diffstat (limited to '')
-rw-r--r-- | agent/protect-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index f3c49ea93..25129d662 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -137,7 +137,7 @@ i18n_init (void) #else #ifdef ENABLE_NLS /* gtk_set_locale (); HMMM: We have not yet called gtk_init */ - bindtextdomain( PACKAGE, GNUPG_LOCALEDIR ); + bindtextdomain( PACKAGE, LOCALEDIR ); textdomain( PACKAGE ); #endif #endif |