1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 15:41:11 +02:00

Group setting path & default value arguments of Tie...() functions

This commit is contained in:
Paul Licameli
2019-04-03 10:57:59 -04:00
parent 7675d51044
commit d4ffbe0d68
23 changed files with 280 additions and 296 deletions

View File

@@ -161,8 +161,8 @@ void ExportMP2Options::PopulateOrExchange(ShuttleGui & S)
{
S.TieNumberAsChoice(
_("Bit Rate:"),
wxT("/FileFormats/MP2Bitrate"),
160,
{wxT("/FileFormats/MP2Bitrate"),
160},
BitRateNames,
&BitRateValues
);