1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Fix bug 2233, First effect group incorrectly named

This commit is contained in:
SteveDaulton
2019-11-12 19:46:55 +00:00
parent cc161a0ea4
commit 3c5906193b

View File

@@ -709,8 +709,8 @@ void AddEffectMenuItemGroup(
) );
items = max;
pTable = &table;
groupNdx += max;
}
groupNdx++;
}
}