diff options
author | sr55 <[email protected]> | 2009-06-17 15:38:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-17 15:38:29 +0000 |
commit | 0c4a88000b2a9456c2079a256c00b0baf43699a7 (patch) | |
tree | 4e263429b5cc2ee63966f36c05fe7241eee70314 /win/C#/frmUpdater.cs | |
parent | 17add0e3258936078d05508709f550a74e5c4146 (diff) |
WinGui:
- Updated the appcast checker to handle the modified appcast format.
- New option to set the number of days between update checks on startup. Default 5
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2551 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmUpdater.cs')
-rw-r--r-- | win/C#/frmUpdater.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmUpdater.cs b/win/C#/frmUpdater.cs index b07f97b0a..463ab5676 100644 --- a/win/C#/frmUpdater.cs +++ b/win/C#/frmUpdater.cs @@ -24,7 +24,7 @@ namespace Handbrake private void getRss()
{
- wBrowser.DocumentText = "<font face=\"verdana\" size=\"1\">" + appcast.versionInfo() + "</font>";
+ wBrowser.Url = appcast.descriptionUrl();
}
private void setVersions()
|