(send_pinentry_environment): Fixed changed from

2004-12-18; cut+paste error for lc-messages.
This commit is contained in:
Werner Koch 2005-01-03 11:30:43 +00:00
parent 6a899889bc
commit 832edf9963
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-01-03 Werner Koch <wk@g10code.com>
* asshelp.c (send_pinentry_environment): Fixed changed from
2004-12-18; cut+paste error for lc-messages.
2004-12-21 Werner Koch <wk@g10code.com>
* simple-pwquery.c (agent_open) [W32]: Implement for W32.

View File

@ -150,7 +150,7 @@ send_pinentry_environment (assuan_context_t ctx,
#endif
if (opt_lc_messages || (dft_ttyname && dft_lc))
{
err = send_one_option (ctx, errsource, "display",
err = send_one_option (ctx, errsource, "lc-messages",
opt_lc_messages ? opt_lc_messages : dft_lc);
}
#if defined(HAVE_SETLOCALE) && defined(LC_MESSAGES)