diff options
author | sr55 <[email protected]> | 2009-08-26 16:47:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-08-26 16:47:33 +0000 |
commit | e1bd59b0d835296f141ea8b20a41f4c34506e3e6 (patch) | |
tree | 243729e7afa7a3382b1bb5b6ba4af60b9361e63d /win/C#/frmPreview.cs | |
parent | 60fae20f233b2c8c4a0576fe46f5527e9c66552a (diff) |
WinGui:
- Updated Growl to 2.0.0.20
- Added 2 new options. "Growl when queue completes" and "Growl when encode completes"
- Added 1 new option. "Disable Resolution Calculation for "None" and "Custom" modes."
- Changed Filters dropdown menus for consistency and to match the new layout
- Fixed a problem with the Destination save dialog box double appending a file extension. Also added m4v to the filer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2778 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmPreview.cs')
-rw-r--r-- | win/C#/frmPreview.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmPreview.cs b/win/C#/frmPreview.cs index 6d68dda6d..fbd695f5e 100644 --- a/win/C#/frmPreview.cs +++ b/win/C#/frmPreview.cs @@ -101,7 +101,7 @@ namespace Handbrake MessageBox.Show(this, "Handbrake is already encoding a video!", "Status", MessageBoxButtons.OK, MessageBoxIcon.Warning);
else
{
- process.runCli((string)state);
+ process.RunCli((string)state);
if (process.hbProcess != null)
{
process.hbProcess.WaitForExit();
|