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:
parent
3896ff98dd
commit
0797da0415
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user