summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-07-07 22:05:18 +0000
committersr55 <[email protected]>2008-07-07 22:05:18 +0000
commite102ca7f6cfd706c1f153b2ea7ec6b2f58ba1720 (patch)
treee6dd8fe4edfb45853a3f6910b676a1a5207eaf74 /win/C#/frmQueue.cs
parentb87f5a6f8535c6fd6d86fa90079eb9185a457620 (diff)
WinGui:
- Version information now pulled from the CLI (any problems with this breaking on Vista let me know plz!) - GUI startup optimized to counter the effect of the slightly sluggish version check from CLI (above) - Added "Format" box just like the macgui. Move the Video Codec dropdown to the correct position on the video tab. - Few other changes to mimic the macgui. - Changed Functions.CLI to Functions.Encode - Cleaned up and added icons to the source menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1558 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r--win/C#/frmQueue.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs
index 1a50f1cc0..d239203a5 100644
--- a/win/C#/frmQueue.cs
+++ b/win/C#/frmQueue.cs
@@ -22,7 +22,7 @@ namespace Handbrake
{
private delegate void ProgressUpdateHandler();
private delegate void setEncoding();
- Functions.CLI cliObj = new Functions.CLI();
+ Functions.Encode cliObj = new Functions.Encode();
Boolean cancel = false;
Process hbProc = null;
Functions.Queue queue;