mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-14 23:15:12 +01:00
ShuttleGui::AddChoice and TieChoice take TranslatableStrings
This commit is contained in:
@@ -109,9 +109,9 @@ void GetInfoCommand::PopulateOrExchange(ShuttleGui & S)
|
||||
S.StartMultiColumn(2, wxALIGN_CENTER);
|
||||
{
|
||||
S.TieChoice( _("Type:"),
|
||||
mInfoType, LocalizedStrings( kTypes, nTypes ));
|
||||
mInfoType, Msgids( kTypes, nTypes ));
|
||||
S.TieChoice( _("Format:"),
|
||||
mFormat, LocalizedStrings( kFormats, nFormats ));
|
||||
mFormat, Msgids( kFormats, nFormats ));
|
||||
}
|
||||
S.EndMultiColumn();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user