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:
@@ -709,8 +709,8 @@ void AddEffectMenuItemGroup(
|
|||||||
) );
|
) );
|
||||||
items = max;
|
items = max;
|
||||||
pTable = &table;
|
pTable = &table;
|
||||||
|
groupNdx += max;
|
||||||
}
|
}
|
||||||
groupNdx++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -909,7 +909,7 @@ MenuTable::BaseItemPtr ExtraScriptablesIMenu( AudacityProject & )
|
|||||||
// These are the more useful to VI user Scriptables.
|
// These are the more useful to VI user Scriptables.
|
||||||
// i18n-hint: Scriptables are commands normally used from Python, Perl etc.
|
// i18n-hint: Scriptables are commands normally used from Python, Perl etc.
|
||||||
return Menu( _("Script&ables I"),
|
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.
|
// whereas the short-form used here must not.
|
||||||
// (So if you did write "CompareAudio" for the PLUGIN_SYMBOL name, then
|
// (So if you did write "CompareAudio" for the PLUGIN_SYMBOL name, then
|
||||||
// you would have to use "Compareaudio" here.)
|
// you would have to use "Compareaudio" here.)
|
||||||
|
Reference in New Issue
Block a user