summaryrefslogtreecommitdiffstats
path: root/win/CS/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/Properties/Settings.Designer.cs')
-rw-r--r--win/CS/Properties/Settings.Designer.cs53
1 files changed, 51 insertions, 2 deletions
diff --git a/win/CS/Properties/Settings.Designer.cs b/win/CS/Properties/Settings.Designer.cs
index b97ad5ed4..a2da3dc99 100644
--- a/win/CS/Properties/Settings.Designer.cs
+++ b/win/CS/Properties/Settings.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:4.0.30319.225
+// Runtime Version:4.0.30319.235
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -252,7 +252,7 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("0")]
+ [global::System.Configuration.DefaultSettingValueAttribute("255")]
public int DubMode {
get {
return ((int)(this["DubMode"]));
@@ -393,5 +393,54 @@ namespace Handbrake.Properties {
this["defaultPlayer"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
+ "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" />")]
+ public global::System.Collections.Specialized.StringCollection SelectedLanguages {
+ get {
+ return ((global::System.Collections.Specialized.StringCollection)(this["SelectedLanguages"]));
+ }
+ set {
+ this["SelectedLanguages"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("4")]
+ public int DubModeAudio {
+ get {
+ return ((int)(this["DubModeAudio"]));
+ }
+ set {
+ this["DubModeAudio"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("0")]
+ public int DubModeSubtitle {
+ get {
+ return ((int)(this["DubModeSubtitle"]));
+ }
+ set {
+ this["DubModeSubtitle"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool addOnlyOneAudioPerLanguage {
+ get {
+ return ((bool)(this["addOnlyOneAudioPerLanguage"]));
+ }
+ set {
+ this["addOnlyOneAudioPerLanguage"] = value;
+ }
+ }
}
}