summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-08-10 19:59:27 +0000
committersr55 <[email protected]>2009-08-10 19:59:27 +0000
commitfd88b574a2d980491a693e6d8747669a8507a031 (patch)
treef7b40af800e0a046bcfaea195ae1da9117068b50 /win/C#/Properties/Settings.Designer.cs
parent79e381141a579d027f8f37aa992b9c2a710dd20c (diff)
WinGui:
- Changing the CQ step for the quality slider when using x264 no longer requires a program restart. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2760 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r--win/C#/Properties/Settings.Designer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index 4cf46354c..b20cb37a9 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -302,9 +302,9 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0.25")]
- public double x264cqstep {
+ public string x264cqstep {
get {
- return ((double)(this["x264cqstep"]));
+ return ((string)(this["x264cqstep"]));
}
set {
this["x264cqstep"] = value;