mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue