diff options
author | sr55 <[email protected]> | 2010-07-17 21:48:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-17 21:48:41 +0000 |
commit | 4cacc7fd60440725739f4560f14eadf40e335890 (patch) | |
tree | 00ae8169d08d09105ce1d32281e98a0e879cb009 /win/C#/HandBrake.ApplicationServices | |
parent | 3c92cad4fe545eb2159cbb576c57f8e3d1ee6bb5 (diff) |
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
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Services/Encode.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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");
//}
}
|