summaryrefslogtreecommitdiffstats
path: root/win/C#/Controls/AudioPanel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-08-20 19:15:16 +0000
committersr55 <[email protected]>2010-08-20 19:15:16 +0000
commita2fd1bd46d791f0fb85651955965aa124cb01f8f (patch)
tree014cbad8558b16801f10b38250544c9a22c2ccc0 /win/C#/Controls/AudioPanel.cs
parentc000040c0837325b5081e699a17743e1eb74c3eb (diff)
WinGui:
- Added new audio/subs option: "Use Preferred Language for Audio and Subtitles" and "Add Closed Captions when available" Thanks to Shatian for the Patch! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3485 b64f7644-9d1e-0410-96f1-a4d463321fa5
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)