mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
(send_pinentry_environment): Fixed changed from
2004-12-18; cut+paste error for lc-messages.
This commit is contained in:
parent
6a899889bc
commit
832edf9963
@ -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>
|
2004-12-21 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* simple-pwquery.c (agent_open) [W32]: Implement for W32.
|
* simple-pwquery.c (agent_open) [W32]: Implement for W32.
|
||||||
|
@ -150,7 +150,7 @@ send_pinentry_environment (assuan_context_t ctx,
|
|||||||
#endif
|
#endif
|
||||||
if (opt_lc_messages || (dft_ttyname && dft_lc))
|
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);
|
opt_lc_messages ? opt_lc_messages : dft_lc);
|
||||||
}
|
}
|
||||||
#if defined(HAVE_SETLOCALE) && defined(LC_MESSAGES)
|
#if defined(HAVE_SETLOCALE) && defined(LC_MESSAGES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user