diff options
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index adf46c1d6..c05a31e91 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -601,12 +601,24 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
- public string SelectedPreset {
+ public string showPresets {
get {
- return ((string)(this["SelectedPreset"]));
+ return ((string)(this["showPresets"]));
}
set {
- this["SelectedPreset"] = value;
+ this["showPresets"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string selectedPreset {
+ get {
+ return ((string)(this["selectedPreset"]));
+ }
+ set {
+ this["selectedPreset"] = value;
}
}
}
|