summaryrefslogtreecommitdiffstats
path: root/win/C#/Controls/AudioPanel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-05-17 18:45:17 +0000
committersr55 <[email protected]>2010-05-17 18:45:17 +0000
commit4d4e532ec7c7add12aa7aef01474d017675ddd17 (patch)
treeb077de09a86427e9f49fa550ebb1e04ee3017b2c /win/C#/Controls/AudioPanel.cs
parent4d3fb19904e8337c430053cb7dd755f82db24e56 (diff)
WinGui:
- Allow mono mixdown option for lame git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3298 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls/AudioPanel.cs')
-rw-r--r--win/C#/Controls/AudioPanel.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/Controls/AudioPanel.cs b/win/C#/Controls/AudioPanel.cs
index b3b2eaa33..9a4938bb1 100644
--- a/win/C#/Controls/AudioPanel.cs
+++ b/win/C#/Controls/AudioPanel.cs
@@ -603,7 +603,6 @@ namespace Handbrake.Controls
drp_audioMix.Items.Remove("DTS Passthru");
break;
case "MP3 (lame)":
- drp_audioMix.Items.Remove("Mono");
drp_audioMix.Items.Remove("6 Channel Discrete");
drp_audioMix.Items.Remove("AC3 Passthru");
drp_audioMix.Items.Remove("DTS Passthru");