summaryrefslogtreecommitdiffstats
path: root/win/C#/Controls/AudioPanel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Controls/AudioPanel.cs')
-rw-r--r--win/C#/Controls/AudioPanel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Controls/AudioPanel.cs b/win/C#/Controls/AudioPanel.cs
index 6d4b00804..cca75d41a 100644
--- a/win/C#/Controls/AudioPanel.cs
+++ b/win/C#/Controls/AudioPanel.cs
@@ -174,7 +174,7 @@ namespace Handbrake.Controls
drp_audioTrack.SelectedIndex = drp_audioTrack.Items.Count >= 2 ? 1 : 0;
else
{
- if (Properties.Settings.Default.DubAudio) // "Dub Foreign language audio"
+ if (Properties.Settings.Default.DubMode > 1) // "Dub Foreign language audio"
{
int i = 0;
foreach (object item in drp_audioTrack.Items)