mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 00:57:40 +02:00
Determinate order of names under Tools> Apply Macro...
... There was a complaint that it was neither by name or by date for some users
This commit is contained in:
parent
e609a9dcef
commit
aae544befe
@ -997,6 +997,8 @@ wxArrayString MacroCommands::GetNames()
|
||||
names.Add(ff.GetName());
|
||||
}
|
||||
|
||||
std::sort( names.begin(), names.end() );
|
||||
|
||||
return names;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user