1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 00:30:07 +02:00

Fix the binding of ngettext in XLisp

This commit is contained in:
Paul Licameli 2018-10-22 19:57:30 -04:00
parent 72fbf1b0f3
commit 2b8c4aa816

View File

@ -3230,7 +3230,7 @@ static void RegisterFunctions()
static const FUNDEF functions[] = { static const FUNDEF functions[] = {
{ "_", SUBR, gettext }, { "_", SUBR, gettext },
{ "ngettext", SUBR, ngettext }, { "NGETTEXT", SUBR, ngettext },
{ "AUD-DO", SUBR, xlc_aud_do }, { "AUD-DO", SUBR, xlc_aud_do },
}; };