From 3c5906193b5090e28622ac6588ada437b159219e Mon Sep 17 00:00:00 2001 From: SteveDaulton Date: Tue, 12 Nov 2019 19:46:55 +0000 Subject: [PATCH] Fix bug 2233, First effect group incorrectly named --- src/menus/PluginMenus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menus/PluginMenus.cpp b/src/menus/PluginMenus.cpp index 4c1094973..fb4a77ebd 100644 --- a/src/menus/PluginMenus.cpp +++ b/src/menus/PluginMenus.cpp @@ -709,8 +709,8 @@ void AddEffectMenuItemGroup( ) ); items = max; pTable = &table; + groupNdx += max; } - groupNdx++; } } @@ -909,7 +909,7 @@ MenuTable::BaseItemPtr ExtraScriptablesIMenu( AudacityProject & ) // These are the more useful to VI user Scriptables. // i18n-hint: Scriptables are commands normally used from Python, Perl etc. return Menu( _("Script&ables I"), - // Note that the PLUGIN_SYMBOL must have a space between words, + // Note that the PLUGIN_SYMBOL must have a space between words, // whereas the short-form used here must not. // (So if you did write "CompareAudio" for the PLUGIN_SYMBOL name, then // you would have to use "Compareaudio" here.)