diff options
author | sr55 <[email protected]> | 2009-07-04 15:38:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-07-04 15:38:29 +0000 |
commit | 499dbe37cfa932362827622bb04132ecd2371f96 (patch) | |
tree | 1f9fe45a71de54c8b8b6b0b77af4d9473ec3ee17 /win/C#/Properties/Settings.Designer.cs | |
parent | 2a0df5e5ee4c084082487d2e3d717860ee705738 (diff) |
WinGui:
- Change update check period to a dropdown with Daily, Weekly, and Monthly. Replaces numeric updown control.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2663 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 026d297fb..ea1296f1c 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -384,7 +384,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("5")]
+ [global::System.Configuration.DefaultSettingValueAttribute("7")]
public int daysBetweenUpdateCheck {
get {
return ((int)(this["daysBetweenUpdateCheck"]));
|