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:
@@ -161,8 +161,8 @@ void ExportMP2Options::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.TieNumberAsChoice(
|
||||
_("Bit Rate:"),
|
||||
wxT("/FileFormats/MP2Bitrate"),
|
||||
160,
|
||||
{wxT("/FileFormats/MP2Bitrate"),
|
||||
160},
|
||||
BitRateNames,
|
||||
&BitRateValues
|
||||
);
|
||||
|
Reference in New Issue
Block a user