mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Update Fade-Ends Macro, and RelativeTo enums.
- FromEnd boolean parameter is now replaced by RelativeTo enum.
This commit is contained in:
@@ -46,12 +46,12 @@ explicitly code all three.
|
||||
const int nRelativeTos =6;
|
||||
static const wxString kRelativeTo[nRelativeTos] =
|
||||
{
|
||||
XO("ProjectStart"),
|
||||
XO("Project Start"),
|
||||
XO("Project"),
|
||||
XO("ProjectEnd"),
|
||||
XO("SelectionStart"),
|
||||
XO("Project End"),
|
||||
XO("Selection Start"),
|
||||
XO("Selection"),
|
||||
XO("SelectionEnd")
|
||||
XO("Selection End")
|
||||
};
|
||||
|
||||
bool SelectTimeCommand::DefineParams( ShuttleParams & S ){
|
||||
|
Reference in New Issue
Block a user