summaryrefslogtreecommitdiffstats
path: root/win/CS/Controls/AudioPanel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/Controls/AudioPanel.cs')
-rw-r--r--win/CS/Controls/AudioPanel.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/win/CS/Controls/AudioPanel.cs b/win/CS/Controls/AudioPanel.cs
index a3fb2889c..3e912579b 100644
--- a/win/CS/Controls/AudioPanel.cs
+++ b/win/CS/Controls/AudioPanel.cs
@@ -576,6 +576,7 @@ namespace Handbrake.Controls
}
// If the Native Language is not set. Just set Track information in each output track.
+ // Presets have control over audio selected
if (Properties.Settings.Default.NativeLanguage == "Any")
{
drp_audioTrack.SelectedIndex = 0;
@@ -586,6 +587,7 @@ namespace Handbrake.Controls
track.ScannedTrack = this.drp_audioTrack.SelectedItem as Audio;
}
}
+
return;
}
@@ -602,9 +604,6 @@ namespace Handbrake.Controls
// New DUB Settings
int mode = Properties.Settings.Default.DubModeAudio;
- if (Properties.Settings.Default.NativeLanguage == "Any")
- mode = 2;
-
// Native Language is not 'Any', so initialising the Language Dictionary
if (mode >= 3)
{