mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-16 16:20:50 +02:00
Comment, to deter repeat of the mistake corrected in the last commit!
This commit is contained in:
parent
2b8c4aa816
commit
48a1538b37
@ -3228,6 +3228,7 @@ static void RegisterFunctions()
|
|||||||
if (firstTime) {
|
if (firstTime) {
|
||||||
firstTime = false;
|
firstTime = false;
|
||||||
|
|
||||||
|
// All function names must be UP-CASED
|
||||||
static const FUNDEF functions[] = {
|
static const FUNDEF functions[] = {
|
||||||
{ "_", SUBR, gettext },
|
{ "_", SUBR, gettext },
|
||||||
{ "NGETTEXT", SUBR, ngettext },
|
{ "NGETTEXT", SUBR, ngettext },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user