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 | |
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')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 2 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 2 |
2 files changed, 2 insertions, 2 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"]));
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 834ae32e7..feb65c89a 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -93,7 +93,7 @@ <Value Profile="(Default)" />
</Setting>
<Setting Name="daysBetweenUpdateCheck" Type="System.Int32" Scope="User">
- <Value Profile="(Default)">5</Value>
+ <Value Profile="(Default)">7</Value>
</Setting>
<Setting Name="useM4v" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
|