diff options
author | Werner Koch <[email protected]> | 2010-03-15 13:08:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-15 13:08:51 +0000 |
commit | 0f4eefb09464828ce07ad5b8763423e0d1d68e61 (patch) | |
tree | 6d6abf59aeb2a54546fbf7018aa9affd8905bd56 /tools/gpgconf-comp.c | |
parent | Finished the bulk of changes to use estream in most places instead of (diff) | |
download | gnupg-0f4eefb09464828ce07ad5b8763423e0d1d68e61.tar.gz gnupg-0f4eefb09464828ce07ad5b8763423e0d1d68e61.zip |
Builds again for W32.
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index f8de9d650..866646d0d 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -1144,7 +1144,7 @@ my_dgettext (const char *domain, const char *msgid) if (!switched_codeset) { switched_codeset = 1; - gettext_select_utf8 (1); + gettext_use_utf8 (1); } if (!strcmp (domain, "gnupg")) |