mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Rewrite overload of TieChoice that took wxString& instead of int& ...
... let it take TranslatableString& instead. It was used only in AudioUnitEffect.cpp.
This commit is contained in:
@@ -410,7 +410,8 @@ public:
|
||||
wxCheckBox * TieCheckBoxOnRight( const TranslatableString & Prompt, bool & Var );
|
||||
|
||||
wxChoice * TieChoice(
|
||||
const TranslatableString &Prompt, wxString &Selected, const TranslatableStrings &choices );
|
||||
const TranslatableString &Prompt,
|
||||
TranslatableString &Selected, const TranslatableStrings &choices );
|
||||
wxChoice * TieChoice(
|
||||
const TranslatableString &Prompt, int &Selected, const TranslatableStrings &choices );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user