diff options
author | sr55 <[email protected]> | 2010-05-08 20:37:46 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-05-08 20:37:46 +0000 |
commit | 2c09783d0f93b6c1a94b778daf113b4d5b5ab8de (patch) | |
tree | 57f68352ec2ed045c5fccf2ec6745b73a03eecc9 /win/C#/Properties/Settings.Designer.cs | |
parent | 49000950c59a1ced681c0f481da8e8c024b3f5ab (diff) |
WinGui:
- Attempt to upgrade program settings on upgrade.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3289 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 018b95e3a..ef0389f9e 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -536,5 +536,17 @@ namespace Handbrake.Properties { this["hb_min_cli"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool UpdateRequired {
+ get {
+ return ((bool)(this["UpdateRequired"]));
+ }
+ set {
+ this["UpdateRequired"] = value;
+ }
+ }
}
}
|