mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
ComponentInterfaceSymbol contains TranslatableString
This commit is contained in:
@@ -208,7 +208,7 @@ public:
|
||||
wxChoice * TieNumberAsChoice(
|
||||
const wxString &Prompt,
|
||||
const SettingSpec< int > &Setting,
|
||||
const wxArrayStringEx & Choices,
|
||||
const TranslatableStrings & Choices,
|
||||
const std::vector<int> * pInternalChoices, int iNoMatchSelector ) override;
|
||||
|
||||
wxTextCtrl * TieTextBox(
|
||||
@@ -273,7 +273,7 @@ wxCheckBox * ShuttleGuiGetDefinition::TieCheckBoxOnRight(
|
||||
wxChoice * ShuttleGuiGetDefinition::TieNumberAsChoice(
|
||||
const wxString &Prompt,
|
||||
const SettingSpec< int > &Setting,
|
||||
const wxArrayStringEx & Choices,
|
||||
const TranslatableStrings & Choices,
|
||||
const std::vector<int> * pInternalChoices, int iNoMatchSelector)
|
||||
{
|
||||
// Come here for controls that present non-exhaustive choices among some
|
||||
|
||||
Reference in New Issue
Block a user