From 4cacc7fd60440725739f4560f14eadf40e335890 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 17 Jul 2010 21:48:41 +0000 Subject: WinGui: - Remove the old school splash screen. Doesn't really serve a purpose now. - Added Jobs Pending to the current Encode status string in the Main window task bar. - Some minor refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3444 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/HandBrake.ApplicationServices/Services/Encode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/C#/HandBrake.ApplicationServices/Services') diff --git a/win/C#/HandBrake.ApplicationServices/Services/Encode.cs b/win/C#/HandBrake.ApplicationServices/Services/Encode.cs index b1833debc..9ef1b2c9c 100644 --- a/win/C#/HandBrake.ApplicationServices/Services/Encode.cs +++ b/win/C#/HandBrake.ApplicationServices/Services/Encode.cs @@ -255,7 +255,7 @@ namespace HandBrake.ApplicationServices.Services //if (HbProcess != null) //{ // HbProcess.StandardInput.AutoFlush = true; - // HbProcess.StandardInput.WriteLine("^C"); + // HbProcess.StandardInput.WriteLine("^c^z"); //} } -- cgit v1.2.3