mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
ShuttlegGUI: const wxArrayStringEx & arguments, not wxArrayString *...
... for choice, combo, and listbox; reference allows passing temporaries, eliminating need for some variables to hold the string arrays.
This commit is contained in:
@@ -931,7 +931,7 @@ void OnResample(const CommandContext &context)
|
||||
{
|
||||
cb = S.AddCombo(_("New sample rate (Hz):"),
|
||||
rate,
|
||||
&rates);
|
||||
rates);
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
|
||||
|
Reference in New Issue
Block a user