mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
Bug 372 (P2) - import MP2s with libmad (Patch by Leland Lucius)
This commit is contained in:
@@ -89,9 +89,9 @@ void ExtImportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.SetBorder(2);
|
||||
|
||||
S.TieCheckBox(_("Filter chosen in OpenFile dialog overrides any rules"),
|
||||
S.TieCheckBox(_("Attempt to use filter in OpenFile dialog first"),
|
||||
wxT("/ExtendedImport/OverrideExtendedImportByOpenFileDialogChoice"),
|
||||
false);
|
||||
true);
|
||||
S.StartStatic(_("Rules to choose import filters"), 1);
|
||||
{
|
||||
S.SetSizerProportion(1);
|
||||
|
||||
Reference in New Issue
Block a user