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.settings | |
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.settings')
-rw-r--r-- | win/C#/Properties/Settings.settings | 2 |
1 files changed, 1 insertions, 1 deletions
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>
|