diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 5 | ||||
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 048c1685a..b9e486b2b 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,8 @@ +2010-03-15 Werner Koch <[email protected]> + + * gpgconf-comp.c (my_dgettext): + s/gettext_select_utf8/gettext_use_utf8/. + 2010-03-10 Werner Koch <[email protected]> * Makefile.am (common_libs): Remove libjnlib.a. 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")) |