summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r--win/C#/Properties/Settings.Designer.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index e02976a64..9dad5078d 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -420,12 +420,13 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::System.DateTime cliLastModified {
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string CliExeHash {
get {
- return ((global::System.DateTime)(this["cliLastModified"]));
+ return ((string)(this["CliExeHash"]));
}
set {
- this["cliLastModified"] = value;
+ this["CliExeHash"] = value;
}
}