diff options
author | sr55 <[email protected]> | 2007-11-21 14:50:50 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-21 14:50:50 +0000 |
commit | 29d3f70f98a37961181bc995d47062f43201f142 (patch) | |
tree | 8ed358fd7e207e05defbaef80269deb1e41d3fc9 /win/C#/frmDownload.cs | |
parent | acd2da1da6770674b3411c788246a2556d92ae09 (diff) |
WinGui:
- Cleaned up the status update code for the splash screen.
- Added option to turn off automatic preset update on each launch.
- Removed some unneeded variables.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1072 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmDownload.cs')
-rw-r--r-- | win/C#/frmDownload.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmDownload.cs b/win/C#/frmDownload.cs index cac6f195d..4fdd10dc4 100644 --- a/win/C#/frmDownload.cs +++ b/win/C#/frmDownload.cs @@ -78,7 +78,7 @@ namespace Handbrake else
this.Invoke(new DownloadCompleteCallback(this.downloadComplete));
}
- catch (Exception exc)
+ catch (Exception)
{
// Do Nothing
}
|