summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-09-13 21:21:57 +0000
committersr55 <[email protected]>2009-09-13 21:21:57 +0000
commit72e3892f2e47a90ce08ce07ff7f35097795d1125 (patch)
tree90aaf15d64d65991dc3bc2e89bb231c5bc88bff1 /win/C#/Properties
parent9d0ec3bed586f45f710882df0942e36d0f48aafe (diff)
WinGui:
- Fix: Don't check version data if the CLI file hasn't actually changed since the last launch. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2818 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r--win/C#/Properties/Settings.Designer.cs11
-rw-r--r--win/C#/Properties/Settings.settings3
2 files changed, 14 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index be86c49b4..e3309843e 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -465,5 +465,16 @@ namespace Handbrake.Properties {
this["growlEncode"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ public global::System.DateTime cliLastModified {
+ get {
+ return ((global::System.DateTime)(this["cliLastModified"]));
+ }
+ set {
+ this["cliLastModified"] = value;
+ }
+ }
}
}
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings
index b52c8c706..7d6568600 100644
--- a/win/C#/Properties/Settings.settings
+++ b/win/C#/Properties/Settings.settings
@@ -113,5 +113,8 @@
<Setting Name="growlEncode" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
+ <Setting Name="cliLastModified" Type="System.DateTime" Scope="User">
+ <Value Profile="(Default)" />
+ </Setting>
</Settings>
</SettingsFile> \ No newline at end of file