mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01: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:
@@ -997,6 +997,8 @@ wxArrayString MacroCommands::GetNames()
|
|||||||
names.Add(ff.GetName());
|
names.Add(ff.GetName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::sort( names.begin(), names.end() );
|
||||||
|
|
||||||
return names;
|
return names;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user