1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-18 17:10:05 +02:00

Remove Select to Ends Macro

There is a now a better version as a menu command.
This commit is contained in:
James Crook 2018-03-19 16:11:56 +00:00
parent 3896ff98dd
commit 0797da0415

View File

@ -115,7 +115,8 @@ wxArrayString MacroCommands::GetNamesOfDefaultMacros()
wxArrayString defaults;
defaults.Add( GetCustomTranslation( MP3Conversion ) );
defaults.Add( GetCustomTranslation( FadeEnds ) );
defaults.Add( GetCustomTranslation( SelectToEnds ) );
//Don't add this one anymore, as there is a new menu command for it.
//defaults.Add( GetCustomTranslation( SelectToEnds ) );
return defaults;
}