aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-03-15 13:08:51 +0000
committerWerner Koch <[email protected]>2010-03-15 13:08:51 +0000
commit0f4eefb09464828ce07ad5b8763423e0d1d68e61 (patch)
tree6d6abf59aeb2a54546fbf7018aa9affd8905bd56 /tools/gpgconf-comp.c
parentFinished the bulk of changes to use estream in most places instead of (diff)
downloadgnupg-0f4eefb09464828ce07ad5b8763423e0d1d68e61.tar.gz
gnupg-0f4eefb09464828ce07ad5b8763423e0d1d68e61.zip
Builds again for W32.
Diffstat (limited to '')
-rw-r--r--tools/gpgconf-comp.c2
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"))