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#/app.config | |
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#/app.config')
-rw-r--r-- | win/C#/app.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index 21a7c3b1d..3422baf8a 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -98,7 +98,7 @@ <value />
</setting>
<setting name="daysBetweenUpdateCheck" serializeAs="String">
- <value>5</value>
+ <value>7</value>
</setting>
<setting name="useM4v" serializeAs="String">
<value>False</value>
|