diff options
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 3ff94a01d..55a189161 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -372,13 +372,13 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool DubAudio {
+ [global::System.Configuration.DefaultSettingValueAttribute("0")]
+ public int DubMode {
get {
- return ((bool)(this["DubAudio"]));
+ return ((int)(this["DubMode"]));
}
set {
- this["DubAudio"] = value;
+ this["DubMode"] = value;
}
}
@@ -524,5 +524,17 @@ namespace Handbrake.Properties { this["preventSleep"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool useClosedCaption {
+ get {
+ return ((bool)(this["useClosedCaption"]));
+ }
+ set {
+ this["useClosedCaption"] = value;
+ }
+ }
}
}
|