summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/QueryGenerator.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-12-18 20:42:24 +0000
committersr55 <[email protected]>2009-12-18 20:42:24 +0000
commit03269c48edcef15f404fd79d7f54b2f083295473 (patch)
treef3843091af635751849a77d4adbc0c138bd5a44a /win/C#/Functions/QueryGenerator.cs
parent5e9dc67f7c17c8c61dafb65c11e0cfc854a48a04 (diff)
WinGui:
- Audio Panel fixes and Usability improvements. - Disabled DRC control which shouldn't have been active when AC3/DTS was selected - Greyed out text labels for Mixdown, Samplerate, bitrate and DRC to help make it clearer the controls are disabled when AC3/DTS is selected. - Changed the values which those controls are reset to when AC3/DTS are selected so they are not showing the first value in the dropdown. (e.g 32 for the bitrate. This was a little mis-leading) - Changed Mixdown from Automatic to "AC3 Passthru" to match the MacGui when AC3 is selected. Same for DTS git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3033 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/QueryGenerator.cs')
-rw-r--r--win/C#/Functions/QueryGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Functions/QueryGenerator.cs b/win/C#/Functions/QueryGenerator.cs
index ac4170a79..2ac1585f2 100644
--- a/win/C#/Functions/QueryGenerator.cs
+++ b/win/C#/Functions/QueryGenerator.cs
@@ -266,7 +266,7 @@ namespace Handbrake.Functions
// Sample Rate (-R)
if (row.SubItems[4].Text != String.Empty)
- samplerates.Add(row.SubItems[4].Text.Replace("Auto", "Auto"));
+ samplerates.Add(row.SubItems[4].Text);
// Audio Bitrate (-B)
if (row.SubItems[5].Text != String.Empty)